5
edits
Felix Argyle (talk | contribs) (slash commands :() |
(Use list instead of brs) |
||
| Line 62: | Line 62: | ||
Notes: | Notes: | ||
Not all items can use all properties. For example, not all items have an <code>ore</code> field, so if you search <code>/items filter:ore:</code>, any items without <code>ore</code> data will be filtered out. | *Not all items can use all properties. For example, not all items have an <code>ore</code> field, so if you search <code>/items filter:ore:</code>, any items without <code>ore</code> data will be filtered out. | ||
To search for items that '''don't''' have a property, you can use <code>undefined</code>, like <code>/items filter:donate:undefined</code>. | *To search for items that '''don't''' have a property, you can use <code>undefined</code>, like <code>/items filter:donate:undefined</code>. | ||
The left-hand side of the filter is case-sensitive, so itemBoost will work and itemboost won't. | *The left-hand side of the filter is case-sensitive, so itemBoost will work and itemboost won't. | ||
Searches use substrings, so if you search <code>name:log</code>, it'll give all items with "log" in the name. | *Searches use substrings, so if you search <code>name:log</code>, it'll give all items with "log" in the name. | ||
If you want to search for multiple words, simply remove the spaces like <code>name:maplelog</code>. | *If you want to search for multiple words, simply remove the spaces like <code>name:maplelog</code>. | ||
If you leave the value (the right side of the <code>:</code>) empty, all items with the property will be matched. | *If you leave the value (the right side of the <code>:</code>) empty, all items with the property will be matched. | ||
If a value is a number, like level, you can use <, <=, >, and >= to do inequality searches like <code>level:<:100 cost:>:0</code>. | *If a value is a number, like level, you can use <, <=, >, and >= to do inequality searches like <code>level:<:100 cost:>:0</code>. | ||
If <code>--raw</code> is used in a recipe search, all the properties will reflect the raw recipes rather than the normal recipes, so, <code>uses:ironingot --raw</code> will return nothing as the raw recipes only use <code>ironore</code>. | *If <code>--raw</code> is used in a recipe search, all the properties will reflect the raw recipes rather than the normal recipes, so, <code>uses:ironingot --raw</code> will return nothing as the raw recipes only use <code>ironore</code>. | ||
edits