Forum Discussion
GeorgeT121997
Sep 28, 2022Copper Contributor
Refinement filters syntax in SharePoint
Hi there Recently, I created a SharePoint page, which uses PnP modern search v4 web parts. I have a PnP - Search field and PnP - Search results . They are both connected together. Note: all pag...
moody99
Dec 26, 2022Copper Contributor
I hope you are doing well. Regarding your question, I had the same situation as you, and the solution is to use.
Operator, And
and(FileType:equals("aspx") , Title:ends-with(searchTerms))
You can find more information about operators in this PDF.
https://interoperability.blob.core.windows.net/files/MS-FQL2/%5BMS-FQL2%5D.pdf
Most likely you found the solution, but in any case, this can help someone in this universe.