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

Fix Sample App Search #135

Merged
merged 2 commits into from
Sep 1, 2023
Merged

Fix Sample App Search #135

merged 2 commits into from
Sep 1, 2023

Conversation

michael-hawker
Copy link
Member

@michael-hawker michael-hawker commented Sep 1, 2023

Porting over from my Store SDK PR as that's breaking the build, will need to figure that out after shipping. For now I can merge that in locally when building the final app.

In the meantime though, seems like we should at least check-in the quick change I did orthogonal on that one to fix the Sample App Search.

Quick two-liner to just ensure the query is made lower case so we do a case-insensitive search.

And we'll search descriptions now, so it gives us a bit better 'fuzzy' search for people looking for different more general things.

Oh, and made 8.0.0 the default for sample app versions.

Wasn't lowering the query so wasn't doing case-insensitive as desired
Also add searching descriptions of samples
@michael-hawker michael-hawker merged commit def6ce7 into main Sep 1, 2023
8 checks passed
@delete-merged-branch delete-merged-branch bot deleted the llama/fix-search branch September 1, 2023 21:02
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