Replies: 1 comment 3 replies
-
Hi, def myInput = node.map.root['searchNoteHtml'] ?: (node.map.root['searchNoteHtml']='href="http')
return node.note && node.note.html.toLowerCase().contains(myInput) it will also create an attribute in the root node that you can edit to define what to search. hope it helps, edo |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm new to the forum...not sure if I'm asking my question in the right place
I'm wondering if there's a way to search NOTES hyperlink values (that is text hyperlinks inside notes)?
Hyperlinks or notes are searchable categories inside "Search box". However, hyperlinks are searched
only at node level. And notes appear to be searched only at text level - not "looking" into embedded
hyperlink values.
Thanx,
Beta Was this translation helpful? Give feedback.
All reactions