From 01a83a88a8b69cfe54965cf1b1bff7756f077461 Mon Sep 17 00:00:00 2001 From: jygaulier Date: Tue, 20 Apr 2021 17:58:27 +0200 Subject: [PATCH] PHRAS-3424_recordid-compare-ops_MASTER add : native pseudo-fields (recordid, database, collection, ...) support comparison operators, e.g. "recordid > 100" ; "database=getty" --- grammar/query.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/grammar/query.pp b/grammar/query.pp index 03df29b061..eda29cdcf5 100644 --- a/grammar/query.pp +++ b/grammar/query.pp @@ -97,6 +97,7 @@ match_key: key: geolocation_key() + | native_key() | timestamp_key() | ::meta_prefix:: meta_key() | ::field_prefix:: field_key()