Actions
Bug #964
closedFact search autocomplete broken without quotes
Description
When searching for facts via the omni search up top it doesn't quote facts with spaces and thus won't find anything.
IE:
facts.adaptec_model = Adaptec 5405Z
Will yield nothing while
facts.adaptec_model = "Adaptec 5405Z"
will yield the expected result.
The search should wrap facts with spaces in quotes.
Updated by Ohad Levy over 13 years ago
- Assignee set to Amos Benari
- Target version set to 0.4
Updated by Amos Benari over 13 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset d9f94b70678dd961ef5cabf15c2462e47c4d2cff.
Actions