Some tips:- Searches are case sensitive yielding signatures starting with your query- To narrow down your search to signature names only, end your query with (, e.g. balanceOf(- Filtering by function, event and error signatures is supported by starting your query with- f# to find functions only, e.g. f#balanceOf- e# to find events only, e.g. e#Transfer- err# to find errors only, e.g. err#Not