sublinks / sublinks-api

MIT License
68 stars 17 forks source link

Improve search service methods with pagination and sorting #435

Open Pdzly opened 5 days ago

Pdzly commented 5 days ago

Updated SearchService.java's search methods logic to include adjusted pagination and sorting options. The changes ensure correct page numbering and maximum page size restrictions. Furthermore, extensive inline documentation has been added for better code readability and understanding.

Fixes #424