RutledgePaulV / rest-query-engine

A library for adding queryability to java-based REST APIs
MIT License
34 stars 17 forks source link

Search via text index in MongoDB #12

Open PatrickHuetter opened 8 years ago

PatrickHuetter commented 8 years ago

It would be fine if the query engine would also support the mongodb text operator. https://docs.mongodb.com/manual/reference/operator/query/text/

parmarsanjay commented 7 years ago

I am looking for similar feature. Is it possible to extend the comparison operators? @PatrickHuetter, just checking to see if you were able to achieve this?