platform-coop-toolkit / coop-map-directory-index

The Map/Directory/Index component of the Platform Cooperative Development Kit.
https://directory.platform.coop
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

feat: add searching #157

Closed greatislander closed 4 years ago

greatislander commented 4 years ago

Description

Adds search.

Steps to test

  1. Use search field on home page or inner pages (in navigation).

Expected behavior: Search results display in a grid of cards grouped by organizations and individuals.

Additional information

This implementation does not support searching on the map, but provides some location-based searching (e.g. a search for "Iowa" returns organizations with Iowa in the state field or description, and a search for "NZ" returns organizations with New Zealand as the country).

Related issues

Resolves #36.