mirror of
https://github.com/claunia/marechai.git
synced 2026-07-08 17:57:08 +00:00
- Introduced CountRequestBuilder for counting documents by letter and year. - Updated WithCItemRequestBuilder and WithYearItemRequestBuilder to include Count property. - Modified DocumentsRequestBuilder to support pagination with skip and take query parameters. - Enhanced DocumentsController to handle pagination in GetDocumentsByLetterAsync and GetDocumentsByYearAsync methods. - Updated Search.razor and Search.razor.cs to implement infinite scrolling and display total document counts. - Refactored DocumentsService to support pagination and counting for document retrieval methods.