#community-help

Implementing Typesense with Couchdb Query

TLDR James asked whether a guide designed for MongoDB could be implemented on a CouchDB database using Typesense. Kishore Nallan explained that it wasn't possible without writing a specific tool.

Powered by Struct AI
4
24mo
Solved
Join the chat
Jan 24, 2022 (24 months ago)
James
Photo of md5-d506a013dfd4f2398dde554c30ffbdde
James
10:22 AM
Hi, I'm trying to implement this guide https://typesense.org/docs/guide/mongodb-full-text-search.html#full-example but on a couchdb database is that possible? because it keeps requiring a module
Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
10:30 AM
Hi James, that guide is only for mongodb.
James
Photo of md5-d506a013dfd4f2398dde554c30ffbdde
James
10:41 AM
I get it, but can I use typesense to do the same task on couchdb?
Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
10:42 AM
No there is no way to sync automatically. You have to write your own tooling to do that.