LIB FIND
Full-text, case-insensitive search across the whole SQL library (content, not just file names), regardless of instance or environment
Arguments
<term> (mandatory) text to search for
Examples
LIB FIND revenue
Notes
Full-text, case-insensitive content search across the SQL library: LIB FIND <term>.
A strict superset of LIB LIST <term> (which only matches the file name): every entry whose content contains term anywhere (including its metadata header, so description/tags incidentally match too) is shown as a grid row plus the actual matching line underneath, so it's possible to tell why an entry matched without opening it. Unlike LIB LIST, this always searches the whole library regardless of instance or environment: it exists specifically to help find the one entry you're thinking of. See docs/SQL_LIBRARY_AND_SCRIPTS.md, section 5.
Last modified in release 5.0.8.
BroadSQL