feathr-ai / feathr

Feathr – A scalable, unified data and AI engineering platform for enterprise
https://join.slack.com/t/feathrai/shared_invite/zt-1ffva5u6v-voq0Us7bbKAw873cEzHOSg
Apache License 2.0
1.97k stars 258 forks source link

[FR] Expand feature search functionality in UI #943

Open aabbasi-hbo opened 1 year ago

aabbasi-hbo commented 1 year ago

Willingness to contribute

No. I cannot contribute a bug fix at this time.

Feature Request Proposal

Currently the search functionality in the UI does search by matching keyword to feature name. Would like to expand this functionality by enabling users to filter and search for features based on entity_key, metadata tags (keys and values), and feature type (whether anchor_feature or derived_feature).

Proposal 1: Have additional field which allows user to specify which column/field (ex. entity_key) they want to match their keyword against. Inputted keyword will only be matched against the specified field.

Proposal 2: Automatically search keyword against all fields.

Motivation

What is the use case for this feature?

For projects with 100+ features, it is difficult to find features of interest as the only way to find feature information is by scrolling through the list. This filtering functionality will enable quicker feature retrieval.

Details

No response

What component(s) does this feature request affect?

xiaoyongzhu commented 1 year ago

Instead of the name, we should add tags, window duration, IDs, etc. basically all the columns in the entity table 500 features are hard to find

windoze commented 1 year ago

I've another prototyping Feathr Registry implementation at https://github.com/windoze/feathr-registry with clustering support, it also supports real FTS across names and descriptions (but not tags) atm, more fields can be added later. You may want to take a look and put your comments.