$relatableSearchResults not work when attach item #5034
Unanswered
yong9402211
asked this question in
Ideas & Feature Requests
Replies: 0 comments
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:
Is it
$relatableSearchResultsonly work for BelongTo?I try to use it at BelongsToMany, when attach item, look like not work, it still show all search result.
But it work at BelongTo.
And the search performance also slow. Is there anyway can improve it?
And can show some result when initial open the selection box instead of no show any record?
If
$relatableSearchResults = 30then initial show 30 record?Screenshot:
public static $relatableSearchResults = 3;BelongToMany:
BelongTo:
Detailed steps to reproduce the issue on a fresh Nova installation:
Beta Was this translation helpful? Give feedback.
All reactions