Hey! We've just upgraded to 0.24.0 since nested fi...
# community-help
l
Hey! We've just upgraded to 0.24.0 since nested fields search is a must for us now, and we are also using typesense-js ^1.5.0. Is it possible that typesense-js ^1.5.0 is not fully typed for this new version? (fields like
enabled_nested_fields
and field type
object
are not recognized)
j
Oh hmm, will push out an update for it shortly.
l
No rush, thanks!
j
Could you try with
1.5.1-0
?
l
Now it works, will check that the collection creation works as expected, but the typescript part is fixed. Thanks!
👍 1
Hey! One more question related to this, is it possible that this same problem happens with the
return_id
paramenter of the batch import? (paremeter not typed)
j
Yup, missing types. Will add that in
@Leonardo Guerberg v1.5.2 now has those types
l
Excellent, thank you so much!
👍 1