Documentation Index
Fetch the complete documentation index at: https://docs.paradedb.com/llms.txt
Use this file to discover all available pages before exploring further.
Legacy Docs: This page describes our legacy API. It will be deprecated in
a future version. Please use the v2 API where possible.
Regex Syntax
ParadeDB supports all regex constructs of the Rust regex crate, with the following exceptions:- Lazy quantifiers such as
+? - Word boundaries such as
\b
- named and numbered capture groups
- case insensitivity flag (
i) - multi-line mode (
m)
Basic Usage
Specifies the field within the document to search for the term.
A regex pattern string.