Actions
Feature #6205
closedAdd attribute search filter (text of name/label/description)
Start date:
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Updated by ben leinfelder about 11 years ago
- Assignee set to ben leinfelder
We currently index these attribute facets:
attributeName attributeLabel attributeDescription attributeUnit
and combine all values into
attribute
I could see us issuing a query against the "attribute" field so that we catch matches for "weight" in the description even if the column name was "wt".
Populating the auto-complete list, however, should probably come from just the attributeName (and possibly unioned with the attributeLabel). This will be interesting as we start working on OBOE extension to classify these measurement characteristics.
Updated by ben leinfelder about 11 years ago
- Status changed from New to Closed
Added to default, KNB, GOA, SNAP
Actions