Page MenuHomePhabricator

Tokens in the form "v0.1" are not handled well by the MySQL FULLTEXT index
Closed, ResolvedPublic

Description

Via support:

A query for example v0.1 does not find a task named example v0.1.

I believe the token v0.1 is being split on "." into v0 and 1 internally, and both terms are too short for indexing. I don't think there's anything we can really do to fix this that doesn't largely involve ripping the engine out and replacing it (see also T12819).

Event Timeline

epriestley claimed this task.

This is resolved by the Ferret engine:

Screen Shot 2017-09-12 at 8.07.24 AM.png (661×593 px, 62 KB)