Skip to content

@InexactContentUri whereColumns joined via OR #62

@adrianrdzv

Description

@adrianrdzv

Currently I'm trying to set a @InexactContentUri where the whereColumn can be any of 2 columns in my table.
I would requiere the where clause to be:
WHERE whereColumn1 = pathSegment OR whereColumn2 = pathSegment

This seems to be impossible with the current setup because whereColumn are joined with an AND. Would be good to have an option to join them via an OR
Or alternatively make the where work without require the whereColumn parameter. I tried to use the where parameter but currently it doesn't allow the whereColumn clause to be empty. Also couldn't find a way on how the where clause could use the path segments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions