search_workspace.Rd
Search for databases and pages, using filters and sorts to limit which/how pages and databases are returned.
search_workspace(key, query = NULL, sort = NULL, filter = NULL)
key | Notion access key. |
---|---|
query | A string which limits which pages are returned by comparing the
query to the page title. If |
sort | A search sort object. If |
filter | A search filter object. If |
A list of pages and/or databases.
search_filter()
and search_sort()
to see details on how to
correctly construct filter and sort objects.