search for standard sites pub-search.waow.tech
search zig blog atproto

fix: improve author filter syntax help — describe click interaction

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+1 -1
+1 -1
site/index.html
··· 835 835 <div class="syntax-help" id="syntax-help"> 836 836 <div class="syntax-row"><span class="syntax-example"><code>cat dog</code></span><span class="syntax-desc">matches either term</span></div> 837 837 <div class="syntax-row"><span class="syntax-example"><code>"exact phrase"</code></span><span class="syntax-desc">matches exact phrase</span></div> 838 - <div class="syntax-row"><span class="syntax-example"><code>?author=handle</code></span><span class="syntax-desc">filter by author (click name in results)</span></div> 838 + <div class="syntax-row"><span class="syntax-example"><code>@author</code></span><span class="syntax-desc">click author name in results to filter</span></div> 839 839 </div> 840 840 841 841 <div id="mode-toggle" class="mode-toggle"></div>