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

Refactor search store queries exact/2 and fuzzy/2 for simplicity #631

Merged

Conversation

scottming
Copy link
Collaborator

@scottming scottming commented Mar 1, 2024

Eliminated {:ok, entries} tuple wrappers for search outcomes and references, directly returning entries

Streamlined handling of search and reference queries, removing intermediate steps for direct result return, Eliminated `{:ok, entries}` tuple wrappers for search outcomes and references, Directly returning `entries`
@scottming scottming force-pushed the change-exact-and-fuzzy-returning branch from bd2cedf to 27b07cb Compare March 1, 2024 04:51
@scottming scottming requested review from scohen and zachallaun March 1, 2024 04:53
@scohen scohen merged commit 2b99e1c into lexical-lsp:main Mar 1, 2024
9 checks passed
@scottming scottming deleted the change-exact-and-fuzzy-returning branch April 6, 2024 01:36
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.

2 participants