forked from Tuller/LibItemSearch-1.0
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Search Syntax
João Cardoso edited this page Feb 5, 2026
·
21 revisions
As in most search engines, typing plain text will leave the engine to understand what you are looking for, by perform a smart search. And, most of the times, that is all you need. But there are situations were you may want to make more specific searches. For example, typing "banana" will find any item with "banana" in it's name, but typing "armor" will find both items that have "armor" in their name, as well any item in the armor category.
Understanding this syntax will allow you to make more specific searches:
| Operators | Description | Example |
|---|---|---|
not¹, !, ~
|
Negates a search |
q:!epic finds all non-epic items |
or¹, |
|
Joins two searches |
q:epic or t:weapon finds epic items OR weapons |
and¹, &
|
Intersects two searches |
q:epic and t:weapon finds items that are both epic AND weapons |
>, <, <=, =>
|
Performs numerical comparisons |
lvl: >30 finds items with level above 30 |
¹ localized according to game client
| Term | Description |
|---|---|
soulbound¹ |
Bound items. |
quest¹ |
Quest bound items. |
bop |
Bind on pickup items. |
bou |
Bind on use items. |
boe |
Bind on equip items. |
¹ localized according to game client
| Command | Description | Example |
|---|---|---|
e:[expansion], expac:[expansion], expansion:[expansion]
|
Finds items from specific expansion |
e:shadowlands finds Shadowlands items |
l:[level], lvl:[level], ilvl:[level], level:[level]
|
Finds items by level |
l:30 finds all level 30 items |
n:[name], name:[name]
|
Finds items by name |
n:muffins finds items with names containing "muffins" |
q:[quality], quality:[quality]
|
Finds items by quality |
q:epic finds all epic items |
r:[level], req:[level], rl:[level], reqlvl:[level]
|
Finds items with specific required level |
r:20 finds items requiring level 20 |
s:[slot], slot:[slot]
|
Finds items by equipment slot |
slot:head finds all head slot items |
set:[set] |
Finds items in an equipment set |
set:fire finds items in sets with "fire" in their name |
t:[search], type:[search]
|
Finds items by type or subtype |
t:weapon finds all weapons |
tt:[search], tip:[search], tooltip:[search]
|
Searches item tooltips |
tt:binds finds items with binding effects |