ibm-watson-data-lab / simple-search-service

A faceted search engine and content API.
39 stars 27 forks source link

Can't facet on number datatype #3

Closed glynnbird closed 9 years ago

glynnbird commented 9 years ago

Raised by @mikebroberg and transferred from another repo:

Whenever I try to facet on a number value, I can't render any search results. This happened both with CSVs and TSVs.

glynnbird commented 9 years ago

Cloudant Search doesn't allow the faceting (that is counting) of numeric data types. There is range faceting of numeric data types, but you can't do a "count" operation. So I should really disable the facet tick box in the UI, if you force the data type to "number".