It depends on whether you use pagination or not.
If you do not paginate the search result, but return each row to the client, you should filter the client side, since you know that all clients are data.
If your search result is paginated, simply showing the first search results, for example, .10, it is necessary that the server side includes a filter containing all the broken pages that are not yet on the client.
user920041
source share