jiahuahl / streamerfriendly

An app to play media conveniently
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

database query functions for autocomplete #16

Open jiahuahl opened 3 years ago

jiahuahl commented 3 years ago

Implement a helper function using the system in #15 for the autocomplete to use.

GetAutocompleteEntries(StartingString, OptionalListOfTags)

should return a list of MediaEntries (see #17) that has aliases starting with 'startingString', and that has all of the tags provided in the optional list of tags. if no tags are provided then we do not need to filter by tags.