Forum Discussion
arine1901
Dec 11, 2023Brass Contributor
Configuring PnP Modern Search v4 to Display Search Results Based on Partial Keywords
Hi everyone, I've created a search engine using PnP Modern Search v4, utilizing a SharePoint List that I personally set up with the following query template: {searchTerms} Path:https://{my-o365}.sh...
- Dec 15, 2023
Hello arine1901
you can use * as a wildcard after the term do you search. As example:
No results
And now with *:
You can find more about search syntax:
Please attention: KQL queries don't support prefix matching with the wildcard * as prefix.
Best, Dave
DaveMehr365
Dec 15, 2023MVP
Hello arine1901
you can use * as a wildcard after the term do you search. As example:
No results
And now with *:
You can find more about search syntax:
Please attention: KQL queries don't support prefix matching with the wildcard * as prefix.
Best, Dave