I'm trying to filter my data through OData where the field FileRef contains lets say "/The root path/folder/subfolder"
, I tried with substringof
like so:
$filter=substringof("sites/my folder/subfolder", FileRef)
But it seems doesn´t work, so I wonder if is there an operator like or something that i can use for achieve this.