[gen] Bugfixes in the search machinery.
This commit is contained in:
parent
cf2cbc52d6
commit
225ea927a4
16 changed files with 81 additions and 43 deletions
|
@ -217,7 +217,7 @@ def executeCommand(cmd):
|
|||
return res
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
charsIgnore = u'.,:;*+=~?%^\'’"<>{}[]|\t\\°'
|
||||
charsIgnore = u'.,:;*+=~?%^\'’"<>{}[]|\t\\°-'
|
||||
fileNameIgnore = charsIgnore + u' $£€/'
|
||||
extractIgnore = charsIgnore + '()'
|
||||
alphaRex = re.compile('[a-zA-Z]')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue