Skip to content

Latest commit

 

History

History
149 lines (94 loc) · 3.77 KB

ADVANCEDSEARCH.md

File metadata and controls

149 lines (94 loc) · 3.77 KB

Advanced Search

This form brings great search capabilities to TQVault. It can not only help find items but also theory craft.

This tool is meant to be used with "Preload All" setting enabled.

The first load can be long but reopening the form si fast.


Table of contents


UI

Here's a brief overview of some UI features.


Fulltext search

By default, the input is a literal search.

ShowHide


Regex search

By using / as first char everything else is a standard C# regular expression.

Here's few examples.

  • /rune|earth : Everything with "rune" or "earth"
  • /chance of .+%.+bleeding damage : All chance of + percent bleeding damage
  • /\+.+%.+(life|mana) leech : Any + percentage of life or mana leech
  • /\+.+%.+(cold|fire) damage : Any + percentage of cold or fire leech

ShowHide


Category visibility

Some categories may have no interest to you.

You can hide it.

ShowHide


Category filtering

looking for specific categories?

It accept regular expressions.

Category filtering


Uncheck all

You can uncheck all selected attributes inside a category by 'right-clicking' the yellow category label.


Display match during selection

The item count adjust in real time.

Display Match


Reduce categories during selection

When that checkbox is enabled, each selection reduce further available categories and items.

Display Match


Logical operator

This let you choose logical mode for item filtering.

  • And : Items must comply to all selected categories (Default).
  • Or : Items must comply to at least one selected categories .

Logical operator


Requirement filters

You can setup a requirement range.

Requirement filters


Quick filters

You can narrow the results with these quick filters before being specific.

Quick filters


Query persistance

You can save and reload a filter selection. Don't loose time when you track something complex.

The save contains

  • Search term,
  • UI behaviors & visibility,
  • Requirement filters,
  • Quick filters

Query persistance


Flexible visibility

You can adjust the number of visible elements per category.

Flexible visibility


Preview tooltip

Hovering on the item count in the bottom of the windows display a popup with a preview of found items.

Tooltip preview


Category preview

Hovering on a category display a tooltip with the number of related items.

Tooltip preview