fabric-testbed / fabric-core-api

Python (Flask) based ReSTful API for FABRIC Core User Services
MIT License
0 stars 0 forks source link

Project search by array of words/phrases - community, topics #78

Closed mjstealey closed 1 month ago

mjstealey commented 4 months ago

Add an additional parameter called search_set with options of community , description, topics, and type with the following behavior

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.