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

Change memory search to match by parts and case insensitive #942

Merged

Conversation

qtomlinson
Copy link
Collaborator

The dev and production deployment uses AzureSearch, where search for
pattern "npmjs/red" will return results including npm/npmjs/-/redis/0.1.0.
In addition, the search is case insensitive.

In comparison, memory search (typically used during local development)
searches strictly for coordinates string containing "npmjs/red".
Change to match by parts and case insensitive. This is to make
memory search more consistent with AzureSearch.

@qtomlinson qtomlinson marked this pull request as ready for review July 8, 2022 19:20
@qtomlinson
Copy link
Collaborator Author

@MichaelTsengLZ @disulliv ready for review

@qtomlinson qtomlinson force-pushed the qt/memory_search_by_parts branch from 0bba408 to 4c1cd38 Compare July 12, 2022 17:40
The dev and production deployment uses AzureSearch, where search for
pattern "npmjs/red" will return results including npm/npmjs/-/redis/0.1.0.
In addition, the search is case insensitive.

In comparison, memory search (typically used during local development)
searches strictly for coordinates string containing "npmjs/red".
Change to match by parts and case insensitive.  This is to make
memory search more consistent with AzureSearch.
@qtomlinson qtomlinson force-pushed the qt/memory_search_by_parts branch from 4c1cd38 to 1736292 Compare July 12, 2022 17:44
@MichaelTsengLZ
Copy link
Contributor

@qtomlinson Do you want me to merge this?

@qtomlinson
Copy link
Collaborator Author

@MichaelTsengLZ Yes, please! Thank you!

@MichaelTsengLZ MichaelTsengLZ merged commit 535197b into clearlydefined:master Jul 12, 2022
@qtomlinson qtomlinson deleted the qt/memory_search_by_parts branch July 12, 2022 21:40
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.

3 participants