pnp / sp-dev-fx-webparts

SharePoint Framework web part, Teams tab, personal app, app page samples
http://aka.ms/spfx-webparts
MIT License
2.02k stars 3.83k forks source link

react-list-search - #5167

Open vdykcj opened 1 month ago

vdykcj commented 1 month ago

Disclaimer

Yes

Sample

react-list-search

Contributor(s)

@albegut

Question

How can I configure the webpart to retrieve more than 5000 documents? I have tried all the filtering options and combinations thereof but the maximum number of documents returned is 5000. The Document Library currently has 11000 documents with many more to be added.

albegut commented 1 month ago

Hi @vdykcj ,the current development only gets the first 5000 items in the list. This is done for performance and to simplify the filtering functionality of the component.

All the elements (up to the limit of 5000) are obtained and the component is in charge of filtering.

Sorry for the inconvenience