Search results (Discover) page (social.gifts) - Waiviogit/waivio GitHub Wiki

To open the Search results page (Discover), the user can perform a search and click on a category name located before the results, or click on a tag on a product or business page. Search types include: product, book, business, restaurant, list, recipe, and user.

Search page result

Elements description

CATEGORY_NAME: Refers to the name of the selected category.

SEARCH_STRING: Indicates the string used for the search.

CARDS: Represents a list of cards corresponding to the search results. In the case of the Users category, this list consists of user profiles.

SORTING: Defines the sorting options for the cards feed, including:

  • Newest first — based on the object creation date; the newest items appear first.
  • Oldest first — based on the object creation date; the oldest items appear last.
  • Rank — based on the object weight.

FILTERS: Filters based on tags available for the current search results. Generated from the Tags and Tag categories fields defined on the object page. Includes tag categories, tags, and Show more buttons for each category. After a filter is applied, both the feed and the filters update dynamically to reflect the selected tag and display relevant information.

image


image


image

Additional information

  • [search / users] the users tab is not shown in the central search, and it is impossible to view the full search results for users #5927
  • Add restaurant type to main search for social site #6541
  • [social.gifts / search] allow searching for list class objects on sites if they are hearted by the listed authorities #6559
  • [social.gifts / search] If you click on recipe in the search and point the cursor at the Recipes button (in bold), the entire list will automatically scroll down. #8037
  • [social.gifts / search] When I search for "recipe" on mealprephive, hovering over the "Recipes" tab (64) causes the search window to scroll down automatically. Clicking on the tab is impossible. #8164