Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#31211 closed Cleanup/optimization (fixed)

Add SearchConfig expression.

Reported by: Hannes Ljungberg Owned by: Hannes Ljungberg
Component: contrib.postgres Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

After discussion in https://github.com/django/django/pull/12297 it was decided to add the new expression SearchConfig. It will make it easier to handle the postgres type regconfig internally in django/contrib/postgres/search.py

Change History (4)

comment:1 by Hannes Ljungberg, 5 years ago

Has patch: set

comment:2 by Mariusz Felisiak, 5 years ago

Summary: Add SearchConfig expressionAdd SearchConfig expression.
Triage Stage: UnreviewedAccepted
Version: 3.0master

comment:3 by Mariusz Felisiak <felisiak.mariusz@…>, 5 years ago

Resolution: fixed
Status: assignedclosed

In a69b6e00:

Fixed #31211 -- Added SearchConfig expression.

Thanks Simon Charette for the review.

comment:4 by Mariusz Felisiak <felisiak.mariusz@…>, 5 years ago

In d0f1c033:

Refs #31211 -- Prevented SearchConfig nesting in SearchVector and SearchQuery init.

Passing a SearchConfig instance directly to SearchVector and
SearchQuery would result in nested SearchConfig instance.

Note: See TracTickets for help on using tickets.
Back to Top