patrickmcelwee / ml-analytics-dashboard-ng

AngularJS analytics dashboard for use with MarkLogic database
Other
1 stars 1 forks source link

Support all originally-supported data types #49

Closed patrickmcelwee closed 7 years ago

patrickmcelwee commented 7 years ago

Right now, in the streamlined interface, we only support strings and numerics. Let's get the other data types back in there.

patrickmcelwee commented 7 years ago

It turns out these are the only types that were ever supported. That is now clearer in the interface (indexes of other types are hidden). As we actually add support for dates and geographical points, we can bring them back into the interface.