-
Type:
Improvement
-
Status: Unverified Fix (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.1.3
-
Fix Version/s: None
-
Component/s: Search
-
Labels:None
-
GitHub Pull Request URL:
When using MySQL and fulltext_native to search, the calculation for results is made in a wrong way such that an extra query is called that is fully unnecessary.
It forces the search to be slower than what it should/could and it makes the code harder to read.