slash sign is not indexed/searched properly
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr search plugin |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Slash sign '/' in bzr comments seems to be not properly indexed/searched.
bazaar version: 2.1.4
bzr-search version: 1.7.0~bzr77-1
os: Ubuntu 10.04
Replication path:
user@comp:
Created a standalone tree (format: 2a)
user@comp:
"test.txt" [New] 1L, 67C written
user@comp:
adding test.txt
user@comp:
Committing to: /home/user/
added test.txt
Committed revision 1.
user@comp:
-------
revno: 1
committer: user <email address hidden>
branch nick: aabzr
timestamp: Mon 2011-11-21 12:40:00 +0100
message:
Error ERR/313 resolved
user@comp:
user@comp:
bzr: ERROR: No matches were found for the search [u'ERR/313'].
user@comp:
Revision id '<email address hidden>'. Summary: 'Error ERR/313 resolved'
user@comp:
Changed in bzr-search: | |
status: | New → Confirmed |
ERR/313 should be tokenised into (ERR, 313) and then those indexed
separately. The search for 313 working suggests that the index is ok.