Quote:
Originally Posted by ldolse
This search will reproduce it in your demo server:
Code:
Conrad and not Tags:=Classics
Should give 0 results, gives 1 instead.
|
The bug here is that I didn't lower-case the field name. There is no field named 'Tags'. If you change it to 'tags:=classics', it works.
Could this bug explain your other problems?
I will fix this and make a release shortly. I will also look at giving an error if a field name doesn't exist.