You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.g. square brackets TiO2
/select?q=%7B!parent%20which%3Dtype_s%3Asubstance%7D%5BTiO2%5D
should be escaped \[TiO2\]
/select?q=%7B!parent%20which%3Dtype_s%3Asubstance%7D%5C%5BTiO2%5C%5D
The text was updated successfully, but these errors were encountered:
https://lucene.apache.org/solr/guide/8_6/the-standard-query-parser.html#escaping-special-characters
e.g. square brackets
TiO2
/select?q=%7B!parent%20which%3Dtype_s%3Asubstance%7D%5BTiO2%5D
should be escaped
\[TiO2\]
/select?q=%7B!parent%20which%3Dtype_s%3Asubstance%7D%5C%5BTiO2%5C%5D
The text was updated successfully, but these errors were encountered: