Skip to content

Commit

Permalink
Merge pull request #7 from sangensong/whoosh_move_duplicate_plugin
Browse files Browse the repository at this point in the history
remove duplicate_plugin WhitespacePlugin
  • Loading branch information
ZeroCool940711 authored Jan 3, 2024
2 parents e914b38 + a0cb8ee commit 362ea02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/whoosh/qparser/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ def default_set(self):

from whoosh.qparser import plugins

return [plugins.WhitespacePlugin(),
return [
# plugins.WhitespacePlugin(),
plugins.SingleQuotePlugin(),
plugins.FieldsPlugin(),
plugins.WildcardPlugin(),
Expand Down

0 comments on commit 362ea02

Please sign in to comment.