mirror of
https://github.com/typesense/typesense.git
synced 2025-05-21 06:02:26 +08:00
Earlier, even if one token produced no result, ALL tokens were searched with a higher cost. This change ensures that we first retry only the token that did not produce results with a larger cost before doing the same for other tokens.