Fix #4027: Search for posts favorited by the fav group order.

This commit is contained in:
evazion
2020-04-27 13:11:07 -05:00
parent eda2c519c9
commit e425870c17
3 changed files with 32 additions and 1 deletions

View File

@@ -143,6 +143,7 @@ Autocomplete.initialize_tag_autocomplete = function() {
results = await Autocomplete.pool_source(term, metatag + ":");
break;
case "favgroup":
case "ordfavgroup":
results = await Autocomplete.favorite_group_source(term, metatag + ":", CurrentUser.data("id"));
break;
case "search":