useblocks / docusar-pub

Issue tracker for Docusar Frontend
0 stars 0 forks source link

Display deep search result count #24

Closed ubmarco closed 1 year ago

ubmarco commented 1 year ago

The deep search results should be returned in chunks of appr. 800 by the backend. An information is needed how many results were returned and a button to get more in case there are more. The new results should be integrated to the tree without changing the currently opened nodes.

ubmarco commented 1 year ago

Implemented as follows using the OpenSearch backend sorting algorithm: image