Files
Dominik Schmidt cafd791fde feat(search): query open extension properties
KQL addresses an open extension property as extensions.<name>.<property>.
The literal picks the typed sibling: a number or date-time range asks the
number or date sibling, an equality asks every sibling the literal fits
(the lowercased string, and the number, boolean or date it also reads
as), = asks the string as written. Both compilers build the same plan.

The parity suite covers the queries and the lifecycle of extensions
through re-typing, removal, move and trash.
2026-09-16 09:20:40 +00:00
..