listSearchableFields
should be used when searching for relations as well
#2935
luca-nardelli
started this conversation in
Feature Requests & Ideas
Replies: 1 comment 1 reply
-
That is a good idea. I can't think of any reason why not. Are you interested in contributing a PR? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi all! We have some collections where we have multiple fields set in
listSearchableFields
. When we search in the regular list view, those fields are correctly used for search, however when we are searching on the same collection but in the context of a relation (i.e. the collection with listSearchableFields is the target of therelationTo
property of the field) only theuseAsTitle
field is used for search.Shouldn't we use listSearchableFields here as well?
Beta Was this translation helpful? Give feedback.
All reactions