mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
A single IsInclusive field causes unexpected issues when trying to formulate a half-open interval query. Split out IsInclusive into two fields, Is{Lower,Upper}Inclusive and update usages accordingly.