fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Notes dictionary: language names.
[wolnelektury.git]
/
apps
/
search
/
custom.py
diff --git
a/apps/search/custom.py
b/apps/search/custom.py
index
924a10e
..
b3b704d
100644
(file)
--- a/
apps/search/custom.py
+++ b/
apps/search/custom.py
@@
-1,4
+1,7
@@
-
+# -*- coding: utf-8 -*-
+# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+#
from sunburnt import sunburnt
from lxml import etree
import urllib
from sunburnt import sunburnt
from lxml import etree
import urllib
@@
-179,7
+182,6
@@
class CustomSolrInterface(sunburnt.SolrInterface):
snip = text[start:end]
matches.sort(lambda a, b: cmp(b[0], a[0]))
snip = text[start:end]
matches.sort(lambda a, b: cmp(b[0], a[0]))
- print matches
for (s, e) in matches:
off = - start
for (s, e) in matches:
off = - start