chickadee » chicken-doc » match-paths/prefix

match-paths/prefix str #!optional (limit #f)procedure

Return a list of node records whose full paths match the string prefix str. This matches against the string representation of the node path, which is composed of each node id joined with spaces. For example, '(chicken foreign access) becomes "chicken foreign access". limit is an optional integer limit on the number of records returned, or #f for no limit.