Qdrant 1.19 Brings Prefix Matching to Keyword Indexes

qdrant_engine · x · 2026-08-11

Qdrant version 1.19 introduces prefix matching for keyword indexes. Previously, finding values with a specific prefix (like URLs starting with https://qdrant) required either a full payload scan or switching to a text index, which broke exact matching. By enabling "prefix": true in the configuration, users can now perform fast prefix lookups directly from the index without losing exact matching capabilities.

Original post →

More from coding & agent

coding & agent channel →