Make the default filter and available filters for the MakeInputText component configurable #816
happy-soft-solutions
started this conversation in
BUG
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
By default, the filter is "Contains", which results in a full table scan as no table index can be used due to the "LIKE %...%" construct. A table with a massive amount of data (in my case, more than 2 million records) results in a poor response speed.
Second, in this situation, you want to be able to disable all "Like" filters.
Beta Was this translation helpful? Give feedback.
All reactions