SearchableText not working on id column #5912
Unanswered
huynguyen-twentyci
asked this question in
Q&A
Replies: 1 comment
-
|
You should be able to customize, or build custom queries: https://twitter.com/ganyicz/status/1661424908000165891 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
I'm using nova 4. I just want to make my id column on a resource to a full-text search ("like" in sql), just like searching "1000" is fine with result "10001, 10002". I found a method SearchableText, but obviously it's not working on id column, it's working only on the other fields than id.
Detailed steps to reproduce the issue on a fresh Nova installation:
For example id 10001, 10002...then search with 1000 is ok
Beta Was this translation helpful? Give feedback.
All reactions