Releases: bambi42/BambiPostgresTextSearchBundle
Releases · bambi42/BambiPostgresTextSearchBundle
v0.0.6
Remove some deprecations.
v0.0.5
Add compatibility for Symfony ^6.0
v0.0.4
Filter is now usable on fields other than text or string fields.
v0.0.3
- Fix bug where null values broke query
- Fix filter for prevectorized fields
- Make usage of filters and documentation more obvious
v0.0.2
[Filter] Make filter API nicer
Filter can now be used with api/iri?ts_query=QUERY_STRING. It is not possible anymore to specify searched fields in query. Searched fields are now extracted from service decleration rather than the query.