In SharePoint online I created a contenttype with a custom column "Excerptenddate" I want the content search webpart to filter on this date field. In advanced mode I set a property filter on my field. My field shows up (so looks ok) and I set the filter as shown below:
"path:"https://blabla.sharepoint.com" (FileExtension:doc OR FileExtension:docx OR FileExtension:xls OR FileExtension:xlsx OR FileExtension:ppt OR FileExtension:pptx OR FileExtension:pdf) (IsDocument:"True" OR contentclass:"STS_ListItem") ExcerptenddateOWSDATE>{Today-5}"
When I test this query it says it can't understand the syntax. What can be wrong?
Thanks, Mike