Groonga 16.0.8 - 2026-07-13
Improvements [between] Added support for vector type value as the 1st parameter Note that between does not use an index for a vector value yet. In the following example, between returns true if any of the elements is included in the specified range. Therefore, we can use between to search records that have at least one value in the range. Execution example: table_create Products TABLE_HASH_KEY Sho…