Feature Request: Ability to specify sort field when retrieving publication list
Overview
The current implementation of the code for retrieving a publication list uses the default sort column defined in the schema. However, it would be beneficial for users to have the ability to specify a custom sort field when retrieving the publication list, such as sorting by "readCount" in descending order to get the most read pages.
Proposed Solution & Benefits
Upon reviewing the code, it appears that passing a parameter to the retrieval code would solve this issue and enable new functionality with minimal cost in terms of code and complexity.
Implementing the ability to specify a sort field when retrieving a publication list would enhance the feature set and improve user experience.
Feature Request: Ability to specify sort field when retrieving publication list
Overview
The current implementation of the code for retrieving a publication list uses the default sort column defined in the schema. However, it would be beneficial for users to have the ability to specify a custom sort field when retrieving the publication list, such as sorting by "readCount" in descending order to get the most read pages.
Proposed Solution & Benefits
Upon reviewing the code, it appears that passing a parameter to the retrieval code would solve this issue and enable new functionality with minimal cost in terms of code and complexity.
Implementing the ability to specify a sort field when retrieving a publication list would enhance the feature set and improve user experience.
Suggested Implementation
Summary
In summation, implement the ability to specify a sort field when retrieving a publication list.