Is filtering in SharePoint REST Web Services pre-fetch or post-fetch? -


is filtering on sharepoint 2013 rest web services (specifically lists web service items in list) done pre-fetch or post-fetch? have potential situation number of items in source list pretty high; if filtering done post-fetch, fetch take pretty long complete.

using $filter= query option in sharepoint causes server filter results before returning them.

you can inspect results of http request confirm (either in browser dev tools or program fiddler), implemented restful service behave way (filters/sorting/logical operations/etc. applied server-side).


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -