How to search in a specific Document library with a keyword using pnp script #4046
Unanswered
vishalgoyal2472
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a document library which have more than 10000 documents.
my client want to export Search result after search with any keyword in document library.
I am trying to build a powershell and trying below query but its not returning any result
$keyword='test'
$SearchQuery1 = '$keyword Path:' + $DocumentlIbURl
$results=Submit-PnPSearchQuery -Query $SearchQuery -All
Beta Was this translation helpful? Give feedback.
All reactions