moleculer-db
moleculer-db copied to clipboard
Fixed #368
It's a breaking change, because the search result will be different after this PR. Would be better to use a new param to control the case sensitivity.
I added a new parameter called iSearch
for the case-insensitive search. If both search
and iSearch
are passed only search
will be applied, I thought that using both could cause some misunderstanding about the results so I decided to give priority to the original one. Let me know if you are okay with that, otherwise I can update the management