Select Field Relationship have no limit
I have over 1M record for projects table. when I use the code below it will get all the projects without any limit for it which making the website not responding.
In order to make the select works I need to explicitly use
is there any better way to do it? and why there is no limit in
In order to make the select works I need to explicitly use
limit in options and getSearchResultsUsingis there any better way to do it? and why there is no limit in
relationship method?