NexusHub icon indicating copy to clipboard operation
NexusHub copied to clipboard

Add search by category/item page

Open Kaptard opened this issue 8 years ago • 2 comments

Useful as an alternative to direct input search and when users need to sort data.

General things to note:

  • Will be the page people see when entering items that couldn't be found, so it must be search-input compatible
  • May contain a rectangular drill-down chart above results when filters are selected. (After rework)
  • Should be accessible from landing page, sidebar and anywhere else where the search component is implemented.

Filters:

  • Search by input
  • Search by tags
  • Filter by price, ducats, supply, demand, region, trade source (all ascending/descending) (put in dropdown menu?)

API considerations:

  • Use the existing fuzzy matching for input search
  • Extend fuzzy matching for searches by tag
  • Add endpoints to look up filtered target data based on item list from fuzzy search

Kaptard avatar Oct 12 '17 08:10 Kaptard

Search result page has been added. Item page still missing, but should be easy to base on the search page as it's supposed to do the same thing fundamentally.

Kaptard avatar Jun 28 '18 15:06 Kaptard

Moving to post-rework issues. The important part of this was the search page. We can look at the items page at a later date.

Kaptard avatar Sep 19 '18 03:09 Kaptard