Error comparison operator since 4.3.0
See original GitHub issueHello,
When i’m using the new release version to get with ?filter=name||$eq||test
I got this error :
Error: Invalid comparison operator. eq,ne,gt,lt,gte,lte,starts,ends,cont,excl,in,notin,isnull,notnull,between expected
at validateComparisonOperator (project\node_modules@nestjsx\crud\node_modules@nestjsx\crud-request\src\request-query.validator.ts:63:11)
When I’m using the previous operator ‘eq’ the filter do nothing
Thank you
Issue Analytics
- State:
- Created 4 years ago
- Comments:19 (8 by maintainers)
Top Results From Across the Web
Default comparisons (since C++20)
The default operator<=> performs lexicographical comparison by successively comparing the base (left-to-right depth-first) and then ...
Read more >List of Parser Tokens
List of Parser Tokens ; T_ABSTRACT, abstract, Class Abstraction (available since PHP 5.0.0) ; T_AND_EQUAL, &= assignment operators ; T_ARRAY, array(), array(), ...
Read more >Comparison operator is not working on 0 in JavaScript
That's first mistake. The second one is using assignment = inside if condition. Single equal sign does not mean comparison.
Read more >Operators - Cypher Manual
It is an error to compare values that cannot be compared. Ordering and comparison of values. The comparison operators <= , < (for...
Read more >Intro Python- Comparison Operators - YouTube
CodeHS is a web-based computer science education platform for K-12 with national and state standards aligned curriculum, teacher tools, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
So I create a project from scratch slimpiest and it’s working so It’s specific to my architecture I’m looking for. Thank you for your time 😉
I’ve tested again my integration project, tried to simulate your situation, but no luck. So the last option here - could you please create a sample repo with the same controller so that I could test it?