Open jiahuahl opened 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.
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.