Skip to content

Rulez not working for and & or #18

@adixsyukri

Description

@adixsyukri

rulez weird

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions