Skip to content

ref(eap-items): use ConditionFunctions.EQ in IndexedNameOptimizer#8075

Merged
phacops merged 1 commit into
feat/eap-items-indexed-name-filter-optimizerfrom
claude/blissful-cray-ir75w2
Jun 19, 2026
Merged

ref(eap-items): use ConditionFunctions.EQ in IndexedNameOptimizer#8075
phacops merged 1 commit into
feat/eap-items-indexed-name-filter-optimizerfrom
claude/blissful-cray-ir75w2

Conversation

@phacops

@phacops phacops commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Summary

Addresses @MeredithAnya's review nit on #8052: in IndexedNameOptimizer._indexed_name_key, reference the ConditionFunctions.EQ constant instead of the hardcoded "equals" string when matching the item_type equality condition.

This is a no-op behaviorally (ConditionFunctions.EQ == "equals"); it just keeps the processor consistent with the rest of the query layer.

This PR is stacked on top of feat/eap-items-indexed-name-filter-optimizer (#8052), so the diff contains only the nit fix.

🤖 Generated with Claude Code


Generated by Claude Code

Address review nit: reference the ConditionFunctions.EQ constant rather
than the hardcoded "equals" string in IndexedNameOptimizer.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CajnvSCYTxvJ9Hw5jELRPH
@phacops phacops requested a review from a team as a code owner June 19, 2026 03:14
@phacops phacops merged commit 10147ea into feat/eap-items-indexed-name-filter-optimizer Jun 19, 2026
27 of 28 checks passed
@phacops phacops deleted the claude/blissful-cray-ir75w2 branch June 19, 2026 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants