-
-
Notifications
You must be signed in to change notification settings - Fork 256
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
System-wide dynamic search fields #2711
Comments
belongs_to
as a default option
This issue has been marked as stale because there was no activity for the past 15 days. |
This issue has been marked as stale because there was no activity for the past 15 days. |
@adrianthedev Thanks for merging my suggestion with this one. I did have a go at using the tags field last night instead of text, but was getting an error and i think it was to do with it having trouble joining the value from the database with the array of suggestions from my model method. Not got any code on me right now but i'll look this evening and post a complete issue if needed, but if you have any suggestions for how to use the tags field instead of text to allow a suggestion list that would be incredible! |
I don't have a tutorial but that's achievable using |
Ah, I don't think i can use that as it looks to save the value as an id. I need to keep the text field as a text field storing it as a text value, but with an auto-complete or auto suggestion of other values in the same field on other records. |
|
Feature
We need a better story around
searchable
, and dynamic "multi-select" fields.Places we need to think about this
Possible solutions
Related issues
Current workarounds
Using the
tags
field or a custom one.The text was updated successfully, but these errors were encountered: