* status: new => closed
* resolution: => duplicate
* component: Database layer (models, ORM) => contrib.postgres
Old description:
> The test_search in django/test/postgres_test/test_searc.py are failing
> with psql backend. For example is looking for "hearts" and expecting a
> result when there is not "hearts" in the database. In the line 111,
> test_non_exact_match.
New description:
The test_search in django/tests/postgres_tests/test_search.py are failing
with psql backend. For example is looking for "hearts" and expecting a
result when there is not "hearts" in the database. In the line 111,
test_non_exact_match.
--
Comment:
The details here are sparse, but I'm guessing this is a duplicate of
#29084.
--
Ticket URL: <https://code.djangoproject.com/ticket/34196#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.