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

Case insensitive search #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

idleberg
Copy link

I was a bit confused that I didn't get results when searching, e.g. caniuse IndexedDB. This PR converts all search terms to lowercase, hence making it case-insensitive.

I was a bit confused that I didn't get results when searching, e.g. `caniuse IndexedDB`. This PR converts all search terms to lowercase, hence making it case-insensitive.
bramus added a commit to bramus/caniuse-cli that referenced this pull request Sep 5, 2024
bramus referenced this pull request in bramus/caniuse-cli Sep 5, 2024
As per: https://github.com/Fyrd/caniuse/blob/main/CONTRIBUTING.md

Values are space-separated characters with these meanings, and must answer the question "Can I use the feature by default?":

- y - (Y)es, supported by default
- a - (A)lmost supported (aka Partial support)
- n - (N)o support, or disabled by default
- p - No support, but has (P)olyfill
- u - Support (u)nknown
- x - Requires prefi(x) to work
- d - (D)isabled by default (need to enable flag or something)
- #n - Where n is a number, starting with 1, corresponds to the notes_by_num note. For example: "42":"y #1" means version 42 is supported by default and see note 1.
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