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

Consistent results for partial search strings #1475

Open
ddeboer opened this issue Dec 6, 2024 · 0 comments
Open

Consistent results for partial search strings #1475

ddeboer opened this issue Dec 6, 2024 · 0 comments

Comments

@ddeboer
Copy link
Member

ddeboer commented Dec 6, 2024

We’re getting this question more than once: consistent term results for partial search strings, usually prefixes.

Example: return term ‘Jim Bakkum’ for search string ‘bak’.

This will work for term sources that rely on SPARQL filter(contains(…)), but we recommend full-text search indices. These are usually Lucene-based, but may still be configured differently from each other, giving inconsistent results.

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

No branches or pull requests

1 participant