This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Always convert facet value to string in addRefinement #106
Comments
👍 |
Thanks @Nagriar |
bobylito
added a commit
that referenced
this issue
Jun 24, 2015
Fix #106 Convert facet value to string
bobylito
pushed a commit
that referenced
this issue
Jun 29, 2015
* FIX : #113 support for attributes hightlightPreTag and hightlighPostTag * FIX : #112 distinct = undefined sent to the server * FIX : #110 helper.hasRefinements() now checks for numerics * FIX : #106 convert refinements to string * DOC : Update theme + fix (github.com/algolia/minami) * DOC : Fix misc links and descrition and added samples of objects * DOC : Added a cheat sheet in the generated documentation
dhayab
pushed a commit
to algolia/instantsearch
that referenced
this issue
Jul 10, 2023
dhayab
pushed a commit
to algolia/instantsearch
that referenced
this issue
Jul 10, 2023
…ix/106 Fix algolia/algoliasearch-helper-js#106 Convert facet value to string
dhayab
pushed a commit
to algolia/instantsearch
that referenced
this issue
Jul 10, 2023
* FIX : algolia/algoliasearch-helper-js#113 support for attributes hightlightPreTag and hightlighPostTag * FIX : algolia/algoliasearch-helper-js#112 distinct = undefined sent to the server * FIX : algolia/algoliasearch-helper-js#110 helper.hasRefinements() now checks for numerics * FIX : algolia/algoliasearch-helper-js#106 convert refinements to string * DOC : Update theme + fix (github.com/algolia/minami) * DOC : Fix misc links and descrition and added samples of objects * DOC : Added a cheat sheet in the generated documentation
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you add a refinement with a integer value, you won't be able to know if the value is refined in the on('result') because the response returns a string value.
The text was updated successfully, but these errors were encountered: