Skip to main content
How are non string data types treated by the search engine?
- numbers are the only additional attributes indexable:
null
& boolean
values are not searchable.
- Non string data types have to be manually added to your searchable attributes
- JSON allows you to send numbers in different notations (e.g. “1000“ vs “1e3“ → the engine indexes both as “1000“)
Comments
0 comments
Article is closed for comments.