summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b11f8c3)
raw | patch | inline | side by side (parent: b11f8c3)
author | ber <ber@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 21 Oct 2009 09:57:36 +0000 (09:57 +0000) | ||
committer | ber <ber@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 21 Oct 2009 09:57:36 +0000 (09:57 +0000) |
in indexer_common.py. This argument was removed when the file
indexer_common.py was split out from indexer_dbm (in now svn rev 3120).
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4385 57a73879-2fb5-44c3-a270-3262357dd7e2
indexer_common.py was split out from indexer_dbm (in now svn rev 3120).
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4385 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/backends/indexer_common.py | patch | blob | history |
index 0f159aa527861dd4582d1bd086a52953d7151799..e5429d33b2fb1e9dfe7ce273eb07085195dbad25 100644 (file)
def search(self, search_terms, klass, ignore={}):
"""Display search results looking for [search, terms] associated
with the hyperdb Class "klass". Ignore hits on {class: property}.
-
- "dre" is a helper, not an argument.
"""
# do the index lookup
hits = self.getHits(search_terms, klass)