Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] Expand feature search functionality in UI #943

Open
1 of 4 tasks
aabbasi-hbo opened this issue Jan 6, 2023 · 2 comments
Open
1 of 4 tasks

[FR] Expand feature search functionality in UI #943

aabbasi-hbo opened this issue Jan 6, 2023 · 2 comments
Labels
feature New feature or request

Comments

@aabbasi-hbo
Copy link
Collaborator

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?

  • Python Client: This is the client users use to interact with most of our API. Mostly written in Python.
  • Computation Engine: The computation engine that execute the actual feature join and generation work. Mostly in Scala and Spark.
  • Feature Registry API: The frontend API layer supports SQL, Purview(Atlas) as storage. The API layer is in Python(FAST API)
  • Feature Registry Web UI: The Web UI for feature registry. Written in React
@aabbasi-hbo aabbasi-hbo added the feature New feature or request label Jan 6, 2023
@xiaoyongzhu
Copy link
Member

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
Copy link
Member

windoze commented Feb 28, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants