Add an additional parameter called search_set with options of community , description, topics, and type with the following behavior
description - (default) current search that matches over name, description, and/or project uuid simultaneously
community - comma separated search terms (becomes an array) that only checks against project communities
topics - comma separated search terms (becomes an array) that only checks against project topics (yet to be implemented keyword thing)
type - comma separated search terms (becomes an array) that only checks against project types
exact_match would still be an option, though I’m unsure how “exact” I want it to be just yet (all terms, vs. any exact match terms vs. something else)
so one additional (optional) parameter, and if the search field is comma delimited it will convert to an array for community and topics search.
Add an additional parameter called
search_set
with options ofcommunity
,description
,topics
, andtype
with the following behaviordescription
- (default) current search that matches over name, description, and/or project uuid simultaneouslycommunity
- comma separated search terms (becomes an array) that only checks against project communitiestopics
- comma separated search terms (becomes an array) that only checks against project topics (yet to be implemented keyword thing)type
- comma separated search terms (becomes an array) that only checks against project typesexact_match
would still be an option, though I’m unsure how “exact” I want it to be just yet (all terms, vs. any exact match terms vs. something else) so one additional (optional) parameter, and if the search field is comma delimited it will convert to an array for community and topics search.