diff --git a/milli/src/search/new/query_graph.rs b/milli/src/search/new/query_graph.rs index 8f87dfd8c..ce3732927 100644 --- a/milli/src/search/new/query_graph.rs +++ b/milli/src/search/new/query_graph.rs @@ -36,9 +36,6 @@ pub enum QueryNodeData { /** 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 For the search query `sunflower`, we need to register the following things: - we need to look for the exact word `sunflower`