532692e0fb26e85db113554ae5a350179817f4b5
The tag-change $effect called triggerSearch() immediately (no debounce). When the user toggled AND/OR within the 500 ms debounce window, the prior navigation would complete and reset tagOperator back to AND before the debounced search fired. The toggle now calls onSearchImmediate, which clears any pending timer and fires triggerSearch() synchronously. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
Python
73.2%
TypeScript
11.5%
Java
10.8%
Svelte
4.2%
Shell
0.1%