-
Bug
-
Resolution: Fixed
-
Major
-
4.1.0
-
None
If I type the Solr request
{!ametys join=adressePrincipale/commune->faitPartieDepartement q="title:Paris"} and allContentTypes:"content-type.Structure"
The "and" keyword" is highlighted in blue, while it is not correct ("AND" is the correct keyword). Furthermore, the query does not fail and return all contents matching the right operand, is it normal, is it a known Solr bug ?
I think it is just in solr-ametys.js (line 21)
isOperatorString is a regexp with flag i (case insensitive). Remove this flag