Files
opencloud/pkg
Dominik Schmidt ed1353d161 feat(kql): support dotted keys in property restrictions
Introduce a dedicated Key rule (Char+ ("." Char+)*) so property
restriction keys can contain dots. Queries like
audio.artist:Motörhead or photo.cameraMake:Apple now parse.

Goal: keep the data structure aligned with the query namespace.
A driveItem exposes nested fields as dotted paths in its API
response (photo.cameraMake, location.latitude); users should be
able to query with the same path, without admin-configured slot
mappings or alias tables like Microsoft requires.

Both bleve and OpenSearch already treat dots as the nesting
separator for field paths and pass unknown keys through
unchanged — only the KQL grammar blocked dotted keys via
Char <- [A-Za-z]. The new Key rule lifts that restriction; no
compiler changes or field-alias maintenance is needed.

Values are unaffected — dots in values still parse as literal
characters.
2026-04-20 15:52:14 +02:00
..
2025-01-13 16:42:19 +01:00
2025-01-13 16:42:19 +01:00
2025-01-13 16:42:19 +01:00
2025-01-13 16:42:19 +01:00
2026-01-07 15:04:34 +01:00
2025-01-13 16:42:19 +01:00
2025-03-10 10:43:34 +01:00
2025-01-20 10:59:08 +01:00
2025-09-11 09:49:24 +02:00
2025-01-13 16:42:19 +01:00
2025-03-10 10:43:34 +01:00
2025-01-13 16:42:19 +01:00
2025-01-21 11:16:38 +01:00
2025-09-12 12:18:47 +02:00
2025-12-16 12:03:55 +01:00
2026-03-30 14:51:00 +02:00
2025-01-13 16:42:19 +01:00
2025-01-13 16:42:19 +01:00
2025-01-13 16:42:19 +01:00
2025-01-13 16:42:19 +01:00
2025-01-13 16:42:19 +01:00