Story #15430
closed
[API] Remove the @@ list method filter
Added by Eric Biagiotti over 5 years ago.
Updated about 3 years ago.
Estimated time:
(Total: 0.00 h)
Release relationship:
Auto
- Related to Feature #15429: [Workbench] Use trigram based full text search. added
- Remove @@ code from record_filters.rb
- Create a migration that removes full text search indexes
- Update documentation
- Update/remove tests
- Target version set to To Be Groomed
- Related to Story #15573: [API] Deprecate the @@ list method filter added
- Target version changed from To Be Groomed to Arvados Future Sprints
- Related to deleted (Story #15573: [API] Deprecate the @@ list method filter)
- Blocked by Story #15573: [API] Deprecate the @@ list method filter added
- Subject changed from [API] Deprecate the @@ list method filter to [API] Remove the @@ list method filter
- Target version deleted (
Arvados Future Sprints)
- Assigned To set to Lucas Di Pentima
- Target version set to 2021-08-18 sprint
- Status changed from New to In Progress
- Blocks Feature #17948: create some large collections for testing (on ce8i5, tordo, 9tee4) added
- Target version changed from 2021-08-18 sprint to 2021-09-01 sprint
I would just adjust the text of the upgrading page a bit:
Removed deprecated '@@' search operator¶
The '@@' full text search operator, previously deprecated, has been removed. To perform a string search across multiple columns, use the 'ilike' operator on 'any' column as described in the "available list method filter section":{{site.baseurl}}/api/methods.html#substringsearchfilter of the API documentation.
rest LGTM
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Also available in: Atom
PDF
Merge branch '15430-fts-operator-removal' into main. Closes #15430
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>