mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2025-12-26 20:19:57 +00:00
doc: escape the backslash (#2144)
This commit is contained in:
@@ -167,7 +167,7 @@ fn trim_ast(logical_ast: LogicalAst) -> Option<LogicalAst> {
|
||||
/// * phrase terms: Quoted terms become phrase searches on fields that have positions indexed. e.g.,
|
||||
/// `title:"Barack Obama"` will only find documents that have "barack" immediately followed by
|
||||
/// "obama". Single quotes can also be used. If the text to be searched contains quotation mark,
|
||||
/// it is possible to escape them with a \.
|
||||
/// it is possible to escape them with a `\`.
|
||||
///
|
||||
/// * range terms: Range searches can be done by specifying the start and end bound. These can be
|
||||
/// inclusive or exclusive. e.g., `title:[a TO c}` will find all documents whose title contains a
|
||||
|
||||
Reference in New Issue
Block a user