saguaros
It is not a problem specific for my site.
JA Megafilter search url is something like this:
towns#sort=position&sortdir=desc&attr.ct4.value=16&page=1
towns is the menu item for a filter I create on JA Megafilter for filter all articles in the category "towns".
This articles can be filtered with custom field ct4, ct5 and ct6.
The filter works fine if for the value I specify for the custom fields exists one or more articles in the database.
Eg. Exists many articles with a value of 16 for the ct4 custom field so JA Megafilter show correctly the articles in the category "towns" with ct4 = 16:
towns#sort=position&sortdir=desc&attr.ct4.value=16&page=1
If I specify a value (eg. 19) for the ct4 value and there are not articles with this value of ct4
towns#sort=position&sortdir=desc&attr.ct4.value=19&page=1
I would expect no results from the filter with a message "no articles found with this parameters"... but instead JA Megafilter show all the articles in the category "towns".
Hope it is clear...
Regards