I need resources and recommendations on implementing solid and performant pagination, sorting, and filtering in Express. The requirements are the following:Applying only one filter (e.g. address name) or multiple filters at once (e.g. address name and ordered product name) together with date range (orders between 10-09-2020 - 15-09-2020, supporting pattern matching (e.g. address name contains word "street") and number range comparison (e.g. order price between $30 - $50)Keeping sorting (based on creation date of order) and pagination (number of pages and next and previous chunks) consistent while also ensuring the performance of the query, consisting of possible filters listed above.
Submitted September 22, 2020 at 07:06PM by jumurtka
No comments:
Post a Comment