Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Filtering on ListColumn should allows 'contains' #26

@Simon-Le

Description

@Simon-Le

When one of the fields is a ListColumn of strings for example, filtering on this field requires an exact match of the entire list.

Shouldn't be possible to filter on one or multiple items of the list.

Example:
[{'A': ['x','y','z']},{'A':['x']}]

When the filter ?A=x is provided both items should be returned.
When the filter ?A=x&A=y is provided only first item is returned.

Current behavior to get the first item ?A=x&A=y&A=z should be provided

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions