Fulguris icon indicating copy to clipboard operation
Fulguris copied to clipboard

Search results presentation and priority

Open Cwpute opened this issue 2 years ago • 1 comments
trafficstars

Is your feature request related to a problem? Please describe. When search suggestions are set to 2 in the parameters, some bookmark suggestions aren't shown.

Describe the solution you'd like Save 1 search suggestion slot reserved in the unfolding suggestion list for each suggestion type the user decided upon, and set a minimum for search results depending on the number of saed suggestion types. For example: if the user only decided on seeing history suggestions, the minimum number of suggestion results is 1, and they will only see history tabs. If the user decided on seeing bookmarks, history and session tabs in the suggestions, the minimum number of suggestion results will be 3, with at least 1 suggestion of each category appearing at the same time when several are available (hence the "reserved slot").

Describe alternatives you've considered

  • Prioritize certain suggestion types over others. For example: Search suggestions > Current session tabs > Other sessions tabs > Bookmarks > History
  • Only allow a minimum of 3 suggestion results as to not break the current presentation.

Additional context Following observations made in this issue https://github.com/Slion/Fulguris/issues/543

Cwpute avatar Aug 30 '23 12:08 Cwpute

Related to #37

Slion avatar Aug 30 '23 16:08 Slion