Or should I build the whole thing into one big segment and use the filter to do this. There is a DateFilter. Is there a way to implement a category filter?
What is the best way to accomplish this?
I'd recommend a pool of filters for each category. Regenerate them when the index changes, otherwise leave the instances alive and reuse them for queries - this will speed things up pretty dramatically I'd guess. There is a QueryFilter you could use, or write a custom one that could be faster.
Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
