Feature Request: Out-of-the-box typesense plugin/integration or even merge

Hi!
I love dgraph! It’s also awesome that dgraph also has full text search. but it is at the moment only supported with latin languages. For that reason I want to use typesense (because it is open source, cheaper than algolia elasticsearch and everything else, has awesome devs and community, many features, and gets better and better, and the important thing: big language support), and has also a brilliant managed cloud!

They have a firestore plugin which makes life easier Full-text search  |  Firebase Documentation

Feature Request:

  • a similar plugin like the firestore one, to use it better out of the box and make life easier

  • or even merging typesense (since it is open source) into dgraph. this would improve dgraphs fuzzy full text search x9999. else it will still take some years in development time. because dgraph team has bigger more important priority in features etc than fuzzy full text search in all languages. if that’s not possible, then I’d be happy enough with a plugin to make life easier

thank you very much sempais thank you

1 Like

We’ll likely be needing to use Typesense in addition to Dgraph soon for our company too - the fact that Dgraph doesn’t give scoring value for ‘fuzzy search’ will force our hand sooner than I’d like too.

For us using DQL on the backend, a direct integration isn’t that necessary for dgraph as it’s nice to use Typesense’s API for very specific things you want to be searchable.

For people using the GraphQL endpoints though, who are looking to manage their own infrastructure a lot less I can see an integration like this (similar to the one announced at GoogleIO this year for Typesense or Appsyncs support for ‘Elasticsearch’) being very valuable.

1 Like