mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-04 20:18:55 +01:00
Remove outdated sentence in documentation
This commit is contained in:
parent
3b0737a092
commit
ee8a9e0bad
@ -36,9 +36,6 @@ pub enum QueryNodeData {
|
|||||||
/**
|
/**
|
||||||
A graph representing all the ways to interpret the user's search query.
|
A graph representing all the ways to interpret the user's search query.
|
||||||
|
|
||||||
## Important
|
|
||||||
At the moment, a query graph has a hardcoded limit of [`QUERY_GRAPH_NODE_LENGTH_LIMIT`] nodes.
|
|
||||||
|
|
||||||
## Example 1
|
## Example 1
|
||||||
For the search query `sunflower`, we need to register the following things:
|
For the search query `sunflower`, we need to register the following things:
|
||||||
- we need to look for the exact word `sunflower`
|
- we need to look for the exact word `sunflower`
|
||||||
|
Loading…
Reference in New Issue
Block a user