Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for IN and NOT IN #69

Closed
wants to merge 18 commits into from
Closed

add support for IN and NOT IN #69

wants to merge 18 commits into from

Conversation

reifocS
Copy link
Contributor

@reifocS reifocS commented Jan 5, 2024

No description provided.

@reifocS reifocS linked an issue Jan 5, 2024 that may be closed by this pull request
@phmz phmz added the enhancement New feature or request label Jan 5, 2024
@reifocS reifocS marked this pull request as ready for review January 8, 2024 09:58
@reifocS reifocS requested review from phmz, lolo101 and tmonegier January 8, 2024 09:58
@reifocS reifocS changed the base branch from feat/lte-gte to master January 10, 2024 17:13
@reifocS reifocS changed the base branch from master to feat/lte-gte January 10, 2024 17:17
@reifocS reifocS changed the base branch from feat/lte-gte to master January 10, 2024 17:18
@lolo101
Copy link

lolo101 commented Jan 10, 2024

C'est coûteux d'introduire des nouveaux symboles, surtout que "IN" & "NOT IN" posent la question de la case-sensitivity.

Est-ce qu'il a été envisagé d'enrichir la sémantique de ":" & "!" par exemple ? Avec color : ['Red', 'Blue'] et color ! ['Red', 'Blue'] ?

@reifocS reifocS closed this Jan 11, 2024
@reifocS
Copy link
Contributor Author

reifocS commented Jan 11, 2024

nouvelle PR ici #76

@reifocS reifocS deleted the feat/in branch January 11, 2024 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add new search operator IN to pass an array to the predicate
3 participants