You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2019/10/02 03:47:15 UTC

[GitHub] [couchdb-nano] thatshailesh edited a comment on issue #184: Error: Invalid operator: $regex

thatshailesh edited a comment on issue #184: Error: Invalid operator: $regex
URL: https://github.com/apache/couchdb-nano/issues/184#issuecomment-537321269
 
 
   Thank you very much, it worked :)
   
   Can you please help me with indexing, I am working on search functionality where I will be doing a fuzzy search over `name` of an entity so i need to search for occurrences 
   
    I tried adding the index and i keep getting this error `Reason: (required index service unavailable) text`
   And I am able to create an index only for `json` type  but the field is `text` type
   Using `$regex` operator and it seems very slow
   
   
   What would be the best practice to implement a search in CouchDB ?
   Should I use `views`? but its range based only 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services