SearchableRelation questions #4010
Answered
by
crynobone
WillyReyno
asked this question in
Q&A
-
Hello, Is it possible to search on a related json column without case sensitivity? Thanks for the awesome work! |
Beta Was this translation helpful? Give feedback.
Answered by
crynobone
Apr 19, 2022
Replies: 1 comment 1 reply
-
You should be able to create your own custom search class as it only requires an invokable object, or just use a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
WillyReyno
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to create your own custom search class as it only requires an invokable object, or just use a
Closure
.