Regex query filtering using Ottoman Js

Hello,

We are trying to do a regular expression filter using Ottoman Js and model.find() .

Is this possible and could someone please share an example ?

Thank you in advance !

@Kaloyan recommend you creating an issue (even-though its a question) in Issues · couchbaselabs/node-ottoman · GitHub for a quicker response.

meanwhile @deniswsrosa @ejscribner @jcasey fyi

So In case someone is looking for the same thing.

As of now, regex filter is not supported by OttomanJs.

If you need simple pattern search you can use “like” but if you need actual regex match, you would have to use directly the SDK.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.