hello.
When searching content, I want to find content modified by a specific user within a specific date range.
When configuring cql as shown below, the search results, contrary to the expected results, found that the entered contributor matched among the content modified within a specific date range.
Is there a way to search by date range of modifications by contributor?
cql: contributor = "user_id" and lastmodified >= "2023-09-01" and lastmodified <= "2023-09-07"
@youngmin if you have access to DB then you can run some queries from backend to find the modified date and modifier. This article contain the query for each database type which you can use as a starter:
I don't have DB access rights. Is there any option to search using cql query?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.