-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I update Morpcc Democms on my repo to replicate the issue
https://github.com/adixsyukri/morpcc
should not return results but it did
objs = pagecol.search(query=rulez.field['form_date'] == 'not today date' and rulez.field['creator'] == request.identity.userid)
should return results but it did not
objs = pagecol.search(query=rulez.field['form_date'] == 'not today date' or rulez.field['creator'] == request.identity.userid)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
