You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a customer of an Opportunity API, I would like to be able to find opportunities that match some specific text like "run", "park", "spin", "pool", "climb", etc
Why is this not covered by existing properties?
The closest is activity.prefLabel, category.prefLabel. "park" and "pool" could also be covered by amenities or facilities
However, full text search provides greater flexibility and allows a customer to not have to navigate the specifics of the spec
Please provide a link to example data
N/A
Proposal
This does not fit with the Filtering proposal (#1) as it does not reference a specific field in Events
However, this is also true of sort (#4) so potentially not a problem
Therefore, how about search
Example
e.g. /?search=park&sort=subEvent.startDate,asc&location.geo[radial]=51.5,-0.28,10
The text was updated successfully, but these errors were encountered:
Proposer
imin
Use Case
As a customer of an Opportunity API, I would like to be able to find opportunities that match some specific text like "run", "park", "spin", "pool", "climb", etc
Why is this not covered by existing properties?
The closest is activity.prefLabel, category.prefLabel. "park" and "pool" could also be covered by amenities or facilities
However, full text search provides greater flexibility and allows a customer to not have to navigate the specifics of the spec
Please provide a link to example data
N/A
Proposal
This does not fit with the Filtering proposal (#1) as it does not reference a specific field in Events
However, this is also true of
sort
(#4) so potentially not a problemTherefore, how about
search
Example
e.g.
/?search=park&sort=subEvent.startDate,asc&location.geo[radial]=51.5,-0.28,10
The text was updated successfully, but these errors were encountered: