Description
When a user is searching for a Study Spot, we need to allow them to search by keyword (tokens in the name or description of a place), Type of location, Address, etc.
If a study spot does not exist in the DB matching a keyword (ie. Brewlab Coffee) we should perform a search for Google Places matching this query and return those results in a digestible format. If study spots do exist (ie. the list of filtered Spots is non-zero) we should return those results first in the same format.
Progress
Description
When a user is searching for a Study Spot, we need to allow them to search by keyword (tokens in the name or description of a place), Type of location, Address, etc.
If a study spot does not exist in the DB matching a keyword (ie.
Brewlab Coffee) we should perform a search for Google Places matching this query and return those results in a digestible format. If study spots do exist (ie. the list of filteredSpotsis non-zero) we should return those results first in the same format.Progress