Skip to content

Commit

Permalink
Update searchclass.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sanikolaev authored May 23, 2024
1 parent 7ec10d4 commit 6f90d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/searchclass.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ $search->limit(10000)->maxMatches(10000);

### knn()

Performs a [knn search](https://manual.manticoresearch.com/dev/Searching/KNN) query
Performs a [knn search](https://manual.manticoresearch.com/Searching/KNN) query

```php
$search->knn('some_float_vector_field', [0.567, 0.322], 100);
Expand Down

0 comments on commit 6f90d12

Please sign in to comment.