Roman Perekhod
Roman Perekhod
Do you have a new installation of ocis v7.0.1 or have you been updated from ocis vx.x.x to ocis v7.0.1? Is caddy in the same docker compose or outside? Is...
We can decode the "Federated" user id to differentiate the users. Created the web ticket.
The endpoint is not implemented. We can retrieve the item permission via https://owncloud.dev/libre-graph-api/#/drives.permissions/ListPermissions
> OTOH, using a date for a more accurate search, does not work either > > ``` > > ((mtime:>2024-12-31T23:00:00+00:00) AND (name:"*Joe*")) > 100 > > ``` > > returns...
We use the KQL ower the bleve. The KQL supports the prefix matching with phrases specified in property values, but you must use the wildcard operator `*` in the query,...
Will be good to add better query validation messages from the ocis side.
Here is a bleve doc https://blevesearch.com/docs/Query-String-Query/ We escaping the characters `+-=&|>
@jesmrec Sorry if I confused you. You shouldn't care about escaping, the backend is doing it. https://github.com/owncloud/ocis/blob/c2736dfb471619f517ebb6759ebf9502d9340040/services/search/pkg/query/bleve/compiler.go#L31 I used the Bleve CLI search response on screenshots to give us an...
Fix https://github.com/owncloud/ocis/pull/11101
Hi @felix-schwarz I added the fix, please validate once you get a chance.