Search in another column is search results are empty #1261
harshuchilzy
started this conversation in
Feature Requests
Replies: 2 comments 2 replies
-
For that you're going to have multiple queries firing which isn't ideal or something that is supported out of the box I'm afraid. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please do raise an issue for a feature, and if it has much demand then it's likely to get prioritised! |
Beta Was this translation helpful? Give feedback.
2 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.
-
Use case:
My Product table has few columns [id, name, price, sku, supplier]. Table search is enabled for name and sku.
If somebody search by product name and results are empty, I want to lookup for the supplier column and show products likely to have suppliers for the search term.
Any help for this ?
Beta Was this translation helpful? Give feedback.
All reactions