I have a large document library (currently ~ 6000 documents), and I need to find a document based on a custom field value (user column in the library).
Is there any way to return this document without repeating all 6,000 documents?
I understand that the iteration should happen at some point, but I would prefer it to happen on the server side of SharePoint, instead of transferring all of them to the client side, and then a cherry document.
thank
source
share