useblocks / docusar-pub

Issue tracker for Docusar Frontend
0 stars 0 forks source link

Deep search user triggered pagination #32

Closed ubmarco closed 1 year ago

ubmarco commented 1 year ago

When deep search returns large amount of results, the JS automatically requests all results from the backend in multiple queries. The queries are async, however the tree is rebuilt on every response which blocks the UI.

ubmarco commented 1 year ago

Implemented as follows: image