typesense / firestore-typesense-search

Firebase Extension to automatically push Firestore documents to Typesense for full-text search with typo tolerance, faceting, and more
https://extensions.dev/extensions/typesense/firestore-typesense-search
Apache License 2.0
150 stars 27 forks source link

Add option to map fieldnames to different typesearch fieldnames #53

Open guenth39 opened 1 year ago

guenth39 commented 1 year ago

Change Summary

This pull request adds the option to map a field from firestore to a different field name in typesense as requested in #49. This can be especially useful if data from different firestore collections should be added to a single typesense collection, to make the search and the display of the search results easier.

Closes #49

PR Checklist