Code review comment for lp:~lifeless/launchpad/malone

Revision history for this message
Paul Hummer (rockstar) wrote :

8 - extra_constraints_tables=None):
9 + extra_constraints_tables=None,
10 + fast_enabled=True):
11 + """Return the tsearch2 query that should be use to do a phrase search.
12 +
13 + The precise heuristics applied by this function will vary as we tune
14 + the system.
15 +

*used

review: Approve (code)

« Back to merge proposal