graph-explorer icon indicating copy to clipboard operation
graph-explorer copied to clipboard

[Feature request] Search on property not shown

Open mhavey opened this issue 2 years ago • 3 comments

Community Note

  • Please use a 👍 reaction to provide a +1/vote. This helps the community and maintainers prioritize this request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Graph Explorer Version (and Graph Database and Version used if applicable) Any

Is your feature request related to a problem? Please describe. Enhancement

Describe the solution you'd like In the upper search bar, suppose I want to search on a specific property for a specific node label. If the property I want to search on is not shown from the dropdown, I would like be able to enter is manually so I can search on it. Example from a demo: show accounts in a specific community. The community property is not shown in dropdown.

Additional context

mhavey avatar Mar 10 '23 16:03 mhavey

Currently search only supports String type attributes. If community property is type of String it should be in the dropdown. From my point of view to support this feature we should first enhance the searching connector to allow search by any other data types.

agutierrezgit avatar Jul 17 '23 12:07 agutierrezgit

I also would like to see this feature. I have a data set where a key property is the year which is stored as an integer.

krlawrence avatar Jul 20 '23 12:07 krlawrence

This can also be caused by the schema sync not being 100% accurate. It will take a sample of each node to gather the attributes. If that particular node did not have the attribute you are looking for, then it will not show up in the search drop down.

The schema does update when a node with an unfamiliar attribute is added to the graph. So the next time you do a search the attribute should appear in the drop down.

kmcginnes avatar May 23 '24 15:05 kmcginnes