socialgenomics / discover-frontend

Ember frontend for Repositive discovery platform
0 stars 0 forks source link

WIP - [F] Autocomplete by phrase #960

Closed SebastianPlace closed 6 years ago

SebastianPlace commented 7 years ago

IMPORTANT: This was branched from open PR: https://github.com/repositive/discover.repositive.io/pull/937

This is likely to be a fairly large PR as the underlying data-structure for the query has changed from a tree to an array. As such, we must refactor a lot of the search logic.

Closes https://github.com/repositive/discover.repositive.io/issues/959

SebastianPlace commented 7 years ago

@pablobm There are still a few broken integration tests related to the filters as the filter logic is still, in some places, relying on trees rather than arrays.

SebastianPlace commented 6 years ago

The contents of this is a big mess and hasn't been touched in a long time. I'm closing it as it's easier to work from scratch when we eventually get to this feature.