noark5_search_entities
Search all Noark 5 archive entities globally by title keyword, with optional OData filter for date or field constraints. Returns matching entities with URLs, titles, and types.
Instructions
Global search across all entity types using $search (title match) with optional $filter.
Searches all collections found under arkivstruktur and sakarkiv for entities whose title matches the query. An optional OData $filter expression is ANDed with the $search term to further narrow results.
Use noark5_search_entities when you want to find entities globally by keyword, optionally constrained by a condition (e.g., date range, field value).
Use noark5_filter_entities instead when you need precise filtering on a known collection URL discovered via noark5_entity_links or noark5_list_children. Filter operates on one collection at a time with full OData expression support.
Args: query: The search term to match against entity titles (full-text, case-insensitive). filter_str: Optional OData $filter expression applied in addition to the search term (e.g., 'opprettetDato ge 2026-01-01T00:00:00Z').
Returns list of matching entities with their URLs, titles, and types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| filter_str | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |