Open TheresaSchmidt opened 5 years ago
there's a find
functionality in DialogOS?
I also did not know that. I think that this functionality has to be somehow implemented by the nodes and it is unclear to me whether it is actually desirable to search for content. Should Script/Groovy nodes search their code? Should recognizer nodes search their recognized words or grammar?
Yes, it very desirable to complete and enhance the find functionality! We would also really appreciate it if you could enter just any kind of text and it searched everywhere (node names, node descriptions, grammars, patterns, notes, ...).
Describe the bug I observed that when I search for a variable, plugin nodes using this variable are not found. Also, they are not listed in the drop-down for the search for node types. They are found, however, when searching for the nodes' names.
To Reproduce Please attach a minimal example dialog exposing the bug if applicable. Steps to reproduce the behavior:
Nodes > Find...
or useStrg + F
to open the search mask.Uses variable
and type intest
.test
is found only in the variable setting node, although it is also used in the speech recognition node as well as in the speech synthesis node.Expected behavior The search should find every appearance of the variable in the whole dialogue. Otherwise it's not helpful.
Installation information