I’m currently working on a drilldown filter in MVC but I don’t really know how to make this the fastest and most flexible as possible.
Now my question is, how do you think they are doing this?
I’ve really no idea how to make this kind of drilldown but it seems they use some kind of hash they save for quick querying.
Maybe (pseudo)code anyone?
The answer after carefull looking at how they do it:
choices.
hash.
Thanks everyone for your “usefull” responses.