ok matt, i try to be more clear and try to explain by example
in my custom view i use "Set Rules for file display", where I filter out what i want to see in the view, for example filetype = "ape".
in that view i use searchlists as categories to filter out stuff for example name = abba
shouldn't the searchlist inherit my custom viewfilter "filetype =ape" first and not after ?
so when i check the logs it seems that the query looks like this, (when selecting my searchlist filter)
name="abba" filetype="ape" instead of: filetype="ape" name="abba"
so instead of doing a search on the already filtered data as in filetype=ape, it search the hole database for abba and then applying the filter filetype ="ape"
so this means that if i have complicated queries (not like above) in my searchlist i need to add the filter already in the view for every searchlist i add, there is significant difference in the speed about 10 times, but for a novice like me it does not feel right.
conclusion: the "Use parent scheme rules for file display" should come first instead of after ?
example nr 2 simple search
i have my custom view that is filtered out on filetype "ape" under "Set Rules for file display" and i search for abba in the searchbox up in the right corner
according to the logs it search for abba throughout the hole database and then applying the filter, instead of searching in the inherited already filtered out view.
the real "problem" for me is that i use a lot of "complicated" searchlists in the views and as i now know i have to set the complete filter/query in every searchlist instead of using the inherited topfilter, which means that it gets quite complicated to change stuff.
when i refer to the logs i mean that you can copy the strings from the logs into a smartlist and see the big difference, how the query acts against the database.
i know this is how it is and i'm not trying to push anything but i'm just curious if there would be a way to use the topfilters first in the queries, it would mean a big timesaver when you have complicated views and when administrating them.
thanks for listening //Lars