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

lower() and likeIgnoreCase() are unsupported for MongoDb #2407

Closed
saveriopuccia opened this issue Jan 17, 2019 · 6 comments
Closed

lower() and likeIgnoreCase() are unsupported for MongoDb #2407

saveriopuccia opened this issue Jan 17, 2019 · 6 comments

Comments

@saveriopuccia
Copy link

I am using QueryDsl and MongoDb and I have an issue when I apply likeIgnoreCase or lower on a StringPath object. I get an 'java.lang.UnsupportedOperationException: Illegal operation lower' at MongoSerializer.visit(). It is my problem or is a known issue?

@frontng
Copy link

frontng commented Jun 18, 2019

Is the problem solved?

@gaetan224
Copy link

gaetan224 commented Feb 29, 2020

Having the same problème,
M'y work around was to use containsIgnoreCase

@kpundru
Copy link

kpundru commented Apr 15, 2020

Is the problem solved?

@spuccia
Copy link

spuccia commented Apr 27, 2020

I think that is not solved because @gaetan224 had the same problem two months ago. There are workaround that we can use, so if you want to close the issue you can do.

1 similar comment
@spuccia
Copy link

spuccia commented Apr 27, 2020

I think that is not solved because @gaetan224 had the same problem two months ago. There are workaround that we can use, so if you want to close the issue you can do.

@saveriopuccia
Copy link
Author

I think that is not solved because @gaetan224 had the same problem two months ago. There are workaround that we can use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants