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

Use exact match for 'is' and '=' #3000

Merged
merged 1 commit into from
Nov 5, 2018
Merged

Conversation

evanboho
Copy link
Contributor

@evanboho evanboho commented Mar 7, 2018

This is in response to #1819 and is inspired by #2988
This changes less code than #2988, which is currently not
passing CI, and preserves postgres checks.

This is in response to railsadminteam#1819 and is inspired by railsadminteam#2988
This changes less code than railsadminteam#2988, which is currently not
passing CI, and preserves postgres checks.
@sliminas
Copy link

sliminas commented Mar 8, 2018

Great job 👍

@nogates
Copy link

nogates commented Apr 13, 2018

I was going to suggest doing something like this. Using ILIKE is problematic with large data sets, and makes the queryable field unusable.
👍 to get this merged

@rihardsgrislis
Copy link

When could this be merged? The list view is completly usuable for filtering string fields..

@linh-yesware
Copy link

@mshibuya May we ask what's blocking this pull from being merged? How can we help get it merged? Thanks!

@mshibuya mshibuya merged commit 44321b1 into railsadminteam:master Nov 5, 2018
@mshibuya
Copy link
Member

mshibuya commented Nov 5, 2018

Sorry for delay, thanks!

@vincentwoo
Copy link
Contributor

Could we have a gem cut with this change?

@rihardsgrislis
Copy link

@mshibuya is a release planned anytime soon? This dramatically affects usage for large tables.

@vincentwoo
Copy link
Contributor

@sferik @mshibuya it would really, really, really, really save our asses if we could get a gem cut with this commit in it. Right now we basically cant use rails admin for any large table.

@rihardsgrislis
Copy link

rihardsgrislis commented Mar 25, 2019

@mshibuya @sferik when a next release is planned? Why the delay? This is a serious issue for larger apps. :)

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.

7 participants