Skip to content

Resolves #294 Changed the Default Search Query (as "query" : "*" don't work if… #295

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JaySabva
Copy link

@JaySabva JaySabva commented Apr 13, 2025

Resolves : #294

This query is being used to fetch the document for a given index (without any filter), but the problem with this query is that if in index's setting, the default field is set to something and if that field doesn't exists in that doc, it will not show up in the search result because of this right now I am unable to see any doc in one index and some docs are not visible in other indices.

…ork if there is default_search_field mentioned in setting and that field don't exist in the doc)
@JaySabva JaySabva changed the title #294 Changed the Default Search Query (as "query" : "*" don't work if… Issue #294 Changed the Default Search Query (as "query" : "*" don't work if… Apr 13, 2025
@JaySabva JaySabva changed the title Issue #294 Changed the Default Search Query (as "query" : "*" don't work if… Resolves #294 Changed the Default Search Query (as "query" : "*" don't work if… Apr 13, 2025
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 this pull request may close these issues.

[BUG] - Query not working correctly for finding docs without filters.
1 participant