Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01310ed commit f7a1597Copy full SHA for f7a1597
haystack/utils/__init__.py
@@ -4,6 +4,7 @@
4
from django.conf import settings
5
6
from haystack.constants import DJANGO_CT, DJANGO_ID, ID
7
+from haystack.utils.highlighting import Highlighter # noqa=F401
8
9
IDENTIFIER_REGEX = re.compile(r"^[\w\d_]+\.[\w\d_]+\.[\w\d-]+$")
10
0 commit comments