inventaire / inventaire-client

webapp coupled to the inventaire server :books:
https://inventaire.io
49 stars 16 forks source link

allow to sort inventory items alphabetically by title or authors #496

Closed maxlath closed 4 months ago

maxlath commented 4 months ago

This has been a recurring requests from users. It might be possible to provide alphabetic pagination, using elasticsearch, as items are already indexed there with entity title and authors, and we already have the logic to check the authorization to access other users' items (needed for item search).

maxlath commented 4 months ago

Duplicate of https://github.com/inventaire/inventaire-client/issues/98