Search for text in the title, abstract, etc. within an SB folder and any subfolders.
query_item_in_folder(
text,
folder,
...,
session = current_session(),
limit = 20
)A list of matching items as sbitem objects.
text in the title, abstract, etc. of the desired item
an SB item ID for the folder to search in
Additional parameters are passed on to GET
(optional) SB Session to use, not provided queries public items only
Max number of matching items to return