Commit b7c72455 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

typo.

parent 3ae8f734
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
############################################################################## ##############################################################################
# #
# Copyright (c) 2014-2006 Nexedi SA and Contributors. All Rights Reserved. # Copyright (c) 2014 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -33,7 +33,7 @@ from zope.interface.verify import verifyClass ...@@ -33,7 +33,7 @@ from zope.interface.verify import verifyClass
class MroongaBooleanFullTextKey(MroongaFullTextKey): class MroongaBooleanFullTextKey(MroongaFullTextKey):
""" """
This SearchKey generates SQL fulltext comparisons for Mroonga whose This SearchKey generates SQL fulltext comparisons for Mroonga whose
default comparison operator is match_boolean. default comparison operator is mroonga_boolean.
""" """
default_comparison_operator = 'mroonga_boolean' default_comparison_operator = 'mroonga_boolean'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment