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

Search is case sensitive #195

Closed
devnll opened this issue Feb 21, 2023 · 3 comments
Closed

Search is case sensitive #195

devnll opened this issue Feb 21, 2023 · 3 comments

Comments

@devnll
Copy link

devnll commented Feb 21, 2023

Not sure if this is intentional but figured I'd report it just in case, as it feels somewhat counterintuitive.

As an example, there are several contacts with "Bar" in their names (Ceasar Barrows, Margot Bartoletti), and when I type "Bar" they are found, however entering "bar" yields an empty list. This caught me off guard when I first tried the demo, but maybe it's a feature and not a bug? ;)

(loooove Inertia btw, thanks so much for all your work on it!)

@ntaylor-86
Copy link

@devnll are you using the default Sqlite database for this project?

DB_CONNECTION=sqlite

Sqlite IS case-sensitive.

@devnll
Copy link
Author

devnll commented Jun 9, 2023

Sorry, I should have specified. I was referring to the existing online demo referenced in the repo's About section:
http://demo.inertiajs.com/

@driesvints
Copy link
Contributor

We use postgresql which is case sensitive unfortunately. But this isn't a major concern for the purpose of this demo app really. It's really about showcasing how you can build an app with Inertia. Thanks for mentioning though!

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

No branches or pull requests

3 participants