Retrieves projects whose title contains a given string from the Minka API.
Value
A tibble with one row per matching project. Returns an empty tibble with zero rows if no matches are found. Columns are:
- id
Project identifier, integer.
- title
Project title, character.
- place_id
Associated place identifier, integer or `NA`.
- slug
URL slug, character.
- created_at
Creation timestamp, character.
- updated_at
Last update timestamp, character.
- project_type
Project type, character.
- description
Project description, character.
