rvesse commented on issue #2094: URL: https://github.com/apache/jena/issues/2094#issuecomment-1833956652
Although I'm not sure the fix is to just quote the search string because it could itself already be a complex query e.g. `"red wine" OR "white beer"` which wouldn't work if we blindly surround with `"` Maybe [Field Grouping](https://lucene.apache.org/core/9_8_0/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#Field_Grouping) is the solution i.e. ``` ftext:(Red booze) note:(Red booze) ``` ?? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
