Searching Guru is not yet implemented in any apps like Guru Browser. Instead, use the OS native search tools to find local Guru Objects with the search terms.
On linux and ArcaOS, use "grep -rlnw '~/RiGuru/repository/' -e 'pattern' | more" to search. Use the Find utility on eCS to recursively search the repository directories.
The results will be in the <CreationID>.GAT (attributes) and/or <CreationID>.GOB.
Replace '/path/to/RiGuru/repository' with one of the following:
- ArcaOS (Virtual Workstation or Cassini EPC) is "D:/RiGuru/repository/"
- Linux (Guru Server) "\home\cassini\RiGuru\repository"
Replace 'pattern' with the REGEX search term you are looking to match.
Replace "| more" with "> filename.txt" to save the results to a file.
Remove the lower case L option, i.e. "grep -rnw ...", to see where in the file the search term appears.
Press CTRL+C on the keyboard to interrupt the search at any time.