Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove AND on a positive filter in explore view and use simple quotes #98

Closed
fmassot opened this issue Mar 5, 2024 · 2 comments · Fixed by #74
Closed

Remove AND on a positive filter in explore view and use simple quotes #98

fmassot opened this issue Mar 5, 2024 · 2 comments · Fixed by #74
Assignees

Comments

@fmassot
Copy link
Contributor

fmassot commented Mar 5, 2024

In the explore view, it is possible to filter on a field value by clicking on the magnifying glass.

When filtering, we add the string AND field:"value" to the query.

Instead, with should add the string field:'value' to the query and AND is the default operator and single quote works even on fields where positions are not stored.

@ddelemeny
Copy link
Collaborator

Single quoted terms aren't friendly to the lucene parser either... Do we target fixing the whole bunch of parser issues for 0.5 ?

@fmassot
Copy link
Contributor Author

fmassot commented Mar 5, 2024

I see, we can at least remove the AND. The PR which fixes some issues on the QL will be soon merged, hopefully tomorrow.

@ddelemeny ddelemeny linked a pull request Mar 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants