You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -165,14 +159,6 @@ The "Configure" button (top-left) opens up the configuration menu. That's where
165
159
166
160
*A. Yes*
167
161
168
-
**Q. I have a problem not listed here. What can I do?**
169
-
170
-
*A. There are several things you can do:*
171
-
-*Close TQVaultAE and open it up again. It may fix your problem*
172
-
-*Look up if your problem is featured in [our previously answered questions](https://github.com/EtienneLamoureux/TQVaultAE/issues?q=+is%3Aissue+label%3Aquestion+)*
173
-
-*Look up if your problem is featured in [TQVault's documentation](https://github.com/EtienneLamoureux/TQVaultAE/blob/master/documentation/TQVault%20common%20issues.pdf)*
174
-
-*Create an issue in [our issue tracking board](https://github.com/EtienneLamoureux/TQVaultAE/issues)*
175
-
176
162
**Q. How can i change my vault icons?**
177
163
<br />
178
164
<imgsrc="./documentation/TQVaultAE_changeIcon.png"width="700"alt="Open the wizard" />
@@ -181,7 +167,15 @@ The "Configure" button (top-left) opens up the configuration menu. That's where
181
167
182
168
**Q. How can adjust the volume?**
183
169
184
-
*A. You can enable/Disable the sounds in the tool settings or adjust the volume via Windows Volume Mixer.*
170
+
*A. You can enable/Disable the sounds in the tool settings window or adjust the volume via Windows Volume Mixer.*
171
+
172
+
**Q. I have a problem not listed here. What can I do?**
173
+
174
+
*A. There are several things you can do:*
175
+
-*Close TQVaultAE and open it up again. It may fix your problem*
176
+
-*Look up if your problem is featured in [our previously answered questions](https://github.com/EtienneLamoureux/TQVaultAE/issues?q=+is%3Aissue+label%3Aquestion+)*
177
+
-*Look up if your problem is featured in [TQVault's documentation](https://github.com/EtienneLamoureux/TQVaultAE/blob/master/documentation/TQVault%20common%20issues.pdf)*
178
+
-*Create an issue in [our issue tracking board](https://github.com/EtienneLamoureux/TQVaultAE/issues)*
185
179
186
180
## Contributors
187
181
This project could not go on without the continued volunteer contributions of the Titan Quest community. If you're thinking about contributing, please read our [contributing guidelines](/CONTRIBUTING.md).
This form brings great search capabilities to TQVault.
4
+
It can not only help find items but also theory craft.
5
+
6
+
_**This tool is meant to be used with "Preload All" setting enabled.**_
7
+
8
+
_**The first load can be long but reopening the form si fast.**_
9
+
10
+
---
11
+
12
+
## Table of contents
13
+
+[Fulltext search](#Fulltext)
14
+
+[Regex search](#Regex)
15
+
+[Category visibility](#ShowHide)
16
+
+[Category filtering](#CategoryFilter)
17
+
+[Uncheck all](#UncheckAll)
18
+
+[Display match during selection](#DispMatch)
19
+
+[Reduce categories during selection](#Reduce)
20
+
+[Logical operator](#AndOr)
21
+
+[Query persistance](#Query)
22
+
+[Flexible visibility](#Flexible)
23
+
+[Preview tooltip](#Preview)
24
+
+[Category tooltip](#CategoryPreview)
25
+
26
+
---
27
+
28
+
## <aid="UI"></a>UI
29
+
Here's a brief overview of some UI features.
30
+
31
+
---
32
+
33
+
### <aid="Fulltext"></a>Fulltext search
34
+
By default, the input is a literal search.
35
+
36
+

37
+
38
+
---
39
+
40
+
### <aid="Regex"></a>Regex search
41
+
42
+
By using `/` as first char everything else is a standard [C# regular expression](https://docs.microsoft.com/en-us/dotnet/standard/base-types/regular-expression-language-quick-reference).
43
+
44
+
Here's few examples.
45
+
46
+
-`/rune|earth` : Everything with "rune" or "earth"
47
+
-`/chance of .+%.+bleeding damage` : All chance of + percent bleeding damage
48
+
-`/\+.+%.+(life|mana) leech` : Any + percentage of life or mana leech
49
+
-`/\+.+%.+(cold|fire) damage` : Any + percentage of cold or fire leech
0 commit comments