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

Uses the simple search dictionary for fulltext search #2093

Merged
merged 1 commit into from Mar 21, 2022

Conversation

kevgliss
Copy link
Contributor

@kevgliss kevgliss commented Mar 18, 2022

This change allows for more accurate searching for tag names. Since most tags are single words, we use the simple dictionary to capture the entire name (instead of breaking up lexemes like 'hack' & 'ing'. The search also enables better control when exact matching is required by wrapping your query in quotes. for example:

names: hacking, thehacking, thebiggesthack
lexemes: "hack"

query: hacking -> matches all
query: hack -> matches all
query: "hacking" -> matches hacking

@kevgliss kevgliss added the bug Something isn't working label Mar 18, 2022
Copy link
Contributor

@forestmonster forestmonster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it, thank you. 👍

@mvilanova mvilanova merged commit e33384d into master Mar 21, 2022
@mvilanova mvilanova deleted the bugfix/tag-search branch March 21, 2022 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants