Belongs To Searchable default options #5811
Answered
by
muhammadsaeedparacha
muhammadsaeedparacha
asked this question in
Q&A
-
|
When we apply searchable on Select like: We can see results without searching records. But when we do: We cannot see records without searching, which makes is difficult for the user to navigate if user doesn't know what to search for |
Beta Was this translation helpful? Give feedback.
Answered by
muhammadsaeedparacha
Aug 28, 2023
Replies: 1 comment
-
|
After looking at code, the comments mentioned that in relationship fields, not performing search with empty string because of possibility of very large number of results. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
crynobone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After looking at code, the comments mentioned that in relationship fields, not performing search with empty string because of possibility of very large number of results.
But we can control that with Resource's
public static $relatableSearchResults = 200;property