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

Wildcards in specific fields #371

Open
frankwiles opened this issue Nov 15, 2023 · 2 comments
Open

Wildcards in specific fields #371

frankwiles opened this issue Nov 15, 2023 · 2 comments
Assignees
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@frankwiles
Copy link
Member

So keywords doesn't exist as a specific field it seems in the Solr Schema, so not sure how that is working honestly.

But Solr does support wildcards in specific fields:

CleanShot 2023-11-15 at 14 43 24

So perhaps there is somewhere we're escaping them either in the Nuremberg codebase or in Haystack itself.

@frankwiles frankwiles added the bug Something isn't working label Nov 15, 2023
@frankwiles frankwiles self-assigned this Nov 15, 2023
@frankwiles
Copy link
Member Author

FYI @pdeschner it seems Solr does support it directly

@frankwiles
Copy link
Member Author

Took a few stabs at this over the last couple of months to no-avail.

Tried again this morning and despite removing ? and * from every spot I can find in Haystack's logic to NOT escape them it does not yield the right results.

Going to have to punt on this for now.

@frankwiles frankwiles added the wontfix This will not be worked on label Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant