Hi
Does anyone know how to apply the filter on the url for Workspace Google Site Datastore (preview)? I need to make sure the result only from specific site in the Workspace domain.
I have tried
siteSearch: ANY(“…“)
uri: ANY(“…“)
link: ANY(“…“)
deviredStructData.link: ANY(“…“)
They all return 400 bad request
I tried url: ANY(“https://sites.google.com/mydomain.com/specific-site/*“) it doesn’t return 400 but it doesn’t search correctly.
Does any one know the schema that can be used for applying filter for this?