Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for 'ref' type fields #34

Closed
Guilledorfman opened this issue Jun 29, 2022 · 1 comment
Closed

Support for 'ref' type fields #34

Guilledorfman opened this issue Jun 29, 2022 · 1 comment

Comments

@Guilledorfman
Copy link

Description

Currently ref type fields return null:

else if (value instanceof admin.firestore.DocumentReference) { return null; }
See here

Expected Behavior

ref is a firebase object that has a property path that returns a string, for me personally that's all I need to be indexed to Typesense so I think working with that would be the easiest solution for now.

Metadata

Typsense Version:

"typesense": "^1.2.2",
"typesense-instantsearch-adapter": "^2.4.0"

OS:

macOS

@jasonbosco
Copy link
Member

I've published this in v0.4.0 of the extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants