We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb06cb commit 2716383Copy full SHA for 2716383
1 file changed
Classes/Eel/ElasticSearchQueryBuilder.php
@@ -861,7 +861,7 @@ protected function convertHitsToNodes(array $hits): array
861
/**
862
* TODO: This code below is not fully correct yet:
863
*
864
- * We always fetch $limit * (numerOfWorkspaces) records; so that we find a node:
+ * We always fetch $limit * (numberOfWorkspaces) records; so that we find a node:
865
* - *once* if it is only in live workspace and matches the query
866
* - *once* if it is only in user workspace and matches the query
867
* - *twice* if it is in both workspaces and matches the query *both times*. In this case we filter the duplicate record.
0 commit comments