Skip to content

Commit

Permalink
TASK: Fix Type in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellienert committed May 4, 2020
1 parent ebb06cb commit 2716383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Eel/ElasticSearchQueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ protected function convertHitsToNodes(array $hits): array
/**
* TODO: This code below is not fully correct yet:
*
* We always fetch $limit * (numerOfWorkspaces) records; so that we find a node:
* We always fetch $limit * (numberOfWorkspaces) records; so that we find a node:
* - *once* if it is only in live workspace and matches the query
* - *once* if it is only in user workspace and matches the query
* - *twice* if it is in both workspaces and matches the query *both times*. In this case we filter the duplicate record.
Expand Down

0 comments on commit 2716383

Please sign in to comment.