Query guide

The search bar isn't just for names. You can filter the whole Destiny 2 arsenal by type, damage, perks, stats, source, and much more, and combine those filters however you like.

Every example below is a link: click Try it to run it in the real search.

#The basics

Type a few words and you'll search across weapon names, types, flavor text, and perks:

midnight coupTry it →

Search is case-insensitive, and multiple words must all match. Need a phrase with spaces? Wrap it in quotes:

name:"fatebringer"Try it →

#Let the search bar help you

You don't have to memorize any of this. The bar suggests filters and values as you type.

Use Up/Down to move, Tab or Enter (or click) to accept, Esc to dismiss. Cmd/Ctrl + K focuses the bar from anywhere.

Completed filters become pills; click the × to remove one.

Below the bar, Try a filter offers example queries when the search is empty. Once you have results, Refine suggests filters from those results with a live count of what's left. Hold Shift to Exclude instead.

#Filtering by what a weapon is

Most fixed properties use is:. Weapon types:

is:handcannonTry it → is:sniperrifleTry it → is:glaiveTry it →

Damage types:

is:solarTry it → is:voidTry it → is:strandTry it →

Slot and rarity work the same way:

is:kineticslotTry it → is:exoticTry it → is:legendaryTry it →

And handy qualities:

is:craftableTry it → is:updatedTry it → is:adeptTry it →

#Combining filters

Put filters next to each other to require all of them. For example, Solar hand cannons:

is:handcannon is:solarTry it →

Use OR (uppercase) for alternatives, and group with parentheses:

(is:handcannon OR is:pulserifle) is:kineticslotTry it →

Exclude things with a leading -:

is:handcannon -is:exoticTry it →

Tip: AND, OR, and NOT must be uppercase. A plain space already means "and", so you usually only need OR and -.

#Searching perks

Find weapons that can roll a perk. perk: matches an exact perk name — let the suggestions pick it for you:

perk:incandescentTry it →

Or require an exact perk in a specific column, great for finding roll combos:

perk1:"rapid hit" perk2:incandescentTry it →

Want a looser, substring search? perktext: matches any text in a perk's name or description, and perkname: matches just the name:

perktext:scorchTry it →

#Stats

Compare any stat with stat:<name>:<comparison>. The comparisons are >, >=, <, <=, or an exact number.

stat:rpm:>=600Try it → stat:range:>70 is:handcannonTry it →

Common stat names: rpm, range, stability, handling, reload, magazine, impact, aimassist, zoom.

#Where it comes from

Filter by source, foundry, seasonal event, or season:

source:raid is:craftableTry it → foundry:veistTry it → season:>=20Try it →

You can use a season's name, too:

season:witchTry it →

Or filter by attunement pool — the activity loot you can focus a drop from:

attune:onslaughtTry it →

#Putting it together

Filters stack as deep as you like. A craftable Void weapon from a raid that isn't a sniper:

source:raid is:void is:craftable -is:sniperrifleTry it →

That's the gist. Experiment in the playground above, and combine anything you've seen here.