summary refs log tree commit diff
path: root/tests/storage/test_room_search.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Return the search terms as search highlights for SQLite instead of nothing (#...Melvyn Laïly2024-04-261-7/+6
* Bump black from 23.10.1 to 24.2.0 (#16936)dependabot[bot]2024-03-131-6/+10
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Use full GitHub links instead of bare issue numbers. (#16637)Patrick Cloke2023-11-151-1/+1
* Run pyupgrade for python 3.7 & 3.8. (#16110)Patrick Cloke2023-08-151-4/+4
* Add final type hint to tests.unittest. (#15072)Patrick Cloke2023-02-141-2/+1
* Require types in tests.storage. (#14646)Patrick Cloke2022-12-091-5/+5
* Drop support for Postgres 10 in full text search code. (#14397)Patrick Cloke2022-11-091-52/+17
* Fix tests for change in PostgreSQL 14 behavior change. (#14310)Patrick Cloke2022-10-271-4/+12
* Unified search query syntax using the full-text search capabilities of the un...James Salter2022-10-251-0/+213
* Rename storage classes (#12913)Erik Johnston2022-05-311-1/+3
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-3/+3
* Fix non-strings in the `event_search` table (#12037)Sean Quah2022-02-241-2/+115
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Treat "\u0000" as "\u0020" for the purposes of message search (message indexi...Hillery Shay2021-09-221-0/+74