Skip to content

Commit

Permalink
CDP #33 - Adding "search.geosearch" option to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Jan 31, 2025
1 parent a70caf1 commit de9ff59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Copy the `/data/users.json` file into your content repository to `/content/users
| map.zoom_to_place | Boolean | If `true` or not specified, clicking on an individual place marker or search result will zoom the map to its location (using the max zoom). |
| search | Object | Search UI configuration |
| search.event_range | String | Path to the event_range_facet attribute. If provided, the Timeline component will be rendered on the search. |
| search.geosearch | Boolean | If `true`, the "filter by map bounds" facet will be available. |
| search.result_card | Object | Search result card configuration |
| search.result_card.title | String | Path to the value in the Typesense document that should be used as the card title. This value can contain nested objects (e.g. `<relationship-id>.0.name`). |
| search.result_card.subtitle | String | Path to the value in the Typesense document that should be used as the card subtitle. This value can contain nested objects (e.g. `<relationship-id>.0.name`). |
Expand Down

0 comments on commit de9ff59

Please sign in to comment.