Skip to content
Snippets Groups Projects
Unverified Commit b7830840 authored by Michael Hamann's avatar Michael Hamann Committed by GitHub
Browse files

XWIKI-19682: Solr ParseException from SimpleEventQuery when comparing with...

XWIKI-19682: Solr ParseException from SimpleEventQuery when comparing with equality to empty string (#1834)

* Match missing values when the value is `null` (previously, it matched the string "null").
* Add a new helper method to get a complete query string that escapes the empty strings as `""` in `SolrUtils`.
* Migrate all relevant usages of `toFilterQueryString` to `toCompleteFilterQueryString`.
parent 968b5bca
No related branches found
No related tags found
No related merge requests found
Showing
with 155 additions and 43 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment