question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error comparison operator since 4.3.0

See original GitHub issue

Hello,

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:closed
  • Created 4 years ago
  • Comments:19 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
njournaudcommented, Dec 26, 2019

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 😉

1reaction
michaelyalicommented, Dec 26, 2019

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found