Roundup Tracker - Issues

Message7616

Author rouilj
Recipients rouilj
Date 2022-07-24.08:05:51
Message-id <1658649951.22.0.741848607659.issue2551188@roundup.psfhosted.org>
In-reply-to
The code that handles full text search can use the:

  self.db.indexer.query_language

which should be set to True if the indexer has a query language. This should allow
the full text search string to be passed, unchanged to the indexer.

So the new whoosh interface(s??) should set query_language to true to get the user's query
correctly.
History
Date User Action Args
2022-07-24 08:05:51rouiljsetmessageid: <1658649951.22.0.741848607659.issue2551188@roundup.psfhosted.org>
2022-07-24 08:05:51rouiljsetrecipients: + rouilj
2022-07-24 08:05:51rouiljlinkissue2551188 messages
2022-07-24 08:05:51rouiljcreate