algolia / firestore-algolia-search

Apache License 2.0
112 stars 35 forks source link

docs: add disclaimer about space between fields #92

Closed aseidma closed 2 years ago

aseidma commented 2 years ago

When specifying multiple fields, firebase auto-fills ${param:FIELDS} with a comma separated list of the previously specified fields like so: name, category, views Copying and executing this in the command line leads to an error, stating name is not a Command. This disclaimer will lead to less confusion.

Haroenv commented 2 years ago

Thanks!