typesense / typesense-js

JavaScript / TypeScript client for Typesense
https://typesense.org/docs/api
Apache License 2.0
393 stars 74 forks source link

fix: missing expand_query parameter in AnalyticsRuleCreateSchema #200

Closed the-robot closed 4 months ago

the-robot commented 4 months ago

Change Summary

AnalyticsRuleCreateSchema in the current library is missing an optional parameter expand_query in the interface stated in the current Typesense documentation.

This PR adds the missing parameter and also modifies the AnalyticsRules.spec.js file to include a new field in testing.

PR Checklist

jasonbosco commented 4 months ago

Thank you!