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

Crosstalk seems to match partial strings #30

Open
Famondir opened this issue Apr 15, 2024 · 0 comments
Open

Crosstalk seems to match partial strings #30

Famondir opened this issue Apr 15, 2024 · 0 comments

Comments

@Famondir
Copy link

Hello there,
I realy like this framework and was excited to see that there is a possibility to filter for nodes via crosstalk. Unfortunately it does not work correctly. Neither in the example on the website nor with my own data. The issue I see is the following:

Using meaningful ids leads to no match when you select a node or row. Using a id that is based on a simple counter (like in your example) works for the first nine nodes correctly. For row 10-19 it selects row 1, for row 20-29 row 2 and so on. When you select a node (e. g. wit id 27) it will select row 2 and 7.

Therefore, I assume that the comparison is not based on == but on somethink like %in% or str_detect?

Best regards
Simon

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

No branches or pull requests

1 participant