You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The typeahead data store needs to be updated like the json and kkv data stores so that it has location information, which would allow it to be "upsearched" and created at a group level instead of just the top level. This will require:
splitting the typeahead data model into two classes like was done for kkv
filling out the data store typeahead class to take location into consideration
update the apis so that tiles are shown typeaheads at the group level and they appear in the dropdown to pick a data store correctly
The text was updated successfully, but these errors were encountered:
The typeahead data store needs to be updated like the json and kkv data stores so that it has location information, which would allow it to be "upsearched" and created at a group level instead of just the top level. This will require:
The text was updated successfully, but these errors were encountered: