This commit is contained in:
nate 2026-04-09 20:34:07 +04:00
parent 26be492dc7
commit 240b0a9b18
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@
<svg class="w-5 h-5 text-brand" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M17.25 6.75L22.5 12l-5.25 5.25m-10.5 0L1.5 12l5.25-5.25m7.5-3l-4.5 16.5"/></svg>
</div>
<h3 class="font-semibold text-white mb-2">MongoDB-style queries</h3>
<p class="text-sm text-gray-400 leading-relaxed">Use <code class="text-brand font-mono text-xs">$and</code>, <code class="text-brand font-mono text-xs">$or</code>, <code class="text-brand font-mono text-xs">$lt</code>, <code class="text-brand font-mono text-xs">$regex</code>. A query language you already know.</p>
<p class="text-sm text-gray-400 leading-relaxed">Define up/down with <code class="text-brand font-mono text-xs">$and</code>, <code class="text-brand font-mono text-xs">$or</code>, <code class="text-brand font-mono text-xs">$lt</code>, <code class="text-brand font-mono text-xs">$regex</code>, and more. Check status codes, parse JSON responses, match headers, inspect HTML with CSS selectors. If you've written a MongoDB query, you already know how it works.</p>
</div>
<div class="glow-card rounded-xl p-6">