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

Parameter select autocompletion doesn't show a property linked to the given Label #686

Closed
mgazanayi opened this issue Nov 13, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@mgazanayi
Copy link

Description:

When creating a parameter select, there is a problem when trying to find the property of a given Label.

  • The proposed properties are not those of the given label (it proposes every property since based on db.propertyKeys() which doesn't link the properties to the given Label
  • If your database contains a lot of properties containing the word you are looking for (in my case id) it's probable that your property will not be shown among the 5 proposed fields (I have to download the file and modify it manually, then import it back).

Tested version:

  • NeoDash version: 2.3.5
  • Neo4j Database version: 4.4.19 (Enterprise).

Steps to reproduce:

  • When selecting a Label, I want to see the autocomplete only on the properties of that label
  • When selecting a Label, I can see autocomplete on other properties containing the property I'm looking for, even not linked to the selected Label, and also, it is not shown since only proposing 5 properties.
@mgazanayi mgazanayi added the bug Something isn't working label Nov 13, 2023
@alfredorubin96
Copy link
Collaborator

alfredorubin96 commented Nov 27, 2023

Has this been completed? if not, there is a PR for this issue? @nielsdejong

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants