Skip to content

feat: ensure exact match for multi-word search queries - #12

Open
pgrandin wants to merge 1 commit into
cwwmbm:mainfrom
pgrandin:feat/exact-match-keywords
Open

feat: ensure exact match for multi-word search queries#12
pgrandin wants to merge 1 commit into
cwwmbm:mainfrom
pgrandin:feat/exact-match-keywords

Conversation

@pgrandin

Copy link
Copy Markdown
Contributor

Added logic to enclose multi-word keywords in quotes for precise matching.
Adjusted the URL encoding process for keywords to account for the change.

This prevents partial matches for multi-word phrases. For example, searching for "deputy director" without this change could incorrectly match "director" alone.

    Added logic to enclose multi-word keywords in quotes for precise matching.
    Adjusted the URL encoding process for keywords to account for the change.
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.

1 participant