You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update search method to return only SearchResult and move the total number of found results from method return to a new SearchResult property.
Also, add a way to disable count request, using a new count parameter (boolean)
The text was updated successfully, but these errors were encountered:
Update
search
method to return onlySearchResult
and move the total number of found results from method return to a newSearchResult
property.Also, add a way to disable count request, using a new
count
parameter (boolean)The text was updated successfully, but these errors were encountered: