Idea #15430
closed[API] Remove the @@ list method filter
Added by Eric Biagiotti over 5 years ago. Updated about 3 years ago.
Related issues
Updated by Eric Biagiotti over 5 years ago
- Related to Feature #15429: [Workbench] Use trigram based full text search. added
Updated by Eric Biagiotti over 5 years ago
- Remove @@ code from record_filters.rb
- Create a migration that removes full text search indexes
- Update documentation
- Update/remove tests
Updated by Tom Morris over 5 years ago
- Related to Idea #15573: [API] Deprecate the @@ list method filter added
Updated by Tom Morris over 5 years ago
- Target version changed from To Be Groomed to Arvados Future Sprints
Updated by Tom Morris over 5 years ago
- Related to deleted (Idea #15573: [API] Deprecate the @@ list method filter)
Updated by Tom Morris over 5 years ago
- Blocked by Idea #15573: [API] Deprecate the @@ list method filter added
Updated by Tom Morris about 5 years ago
- Subject changed from [API] Deprecate the @@ list method filter to [API] Remove the @@ list method filter
Updated by Peter Amstutz over 3 years ago
- Target version deleted (
Arvados Future Sprints)
Updated by Peter Amstutz over 3 years ago
- Target version set to 2021-08-18 sprint
- Assigned To set to Lucas Di Pentima
Updated by Lucas Di Pentima over 3 years ago
- Status changed from New to In Progress
Updated by Lucas Di Pentima over 3 years ago
- Blocks Feature #17948: create some large collections for testing (on ce8i5, tordo, 9tee4) added
Updated by Lucas Di Pentima over 3 years ago
Updates at 6b30d1306 - branch 15430-fts-operator-removal
Test run: developer-run-tests: #2642
Test re-run: developer-run-tests-remainder: #2746
- Removes support for the undocumented @@ filter operator.
- Removes FTS indexes from the database.
- Updates tests & documentation.
Updated by Lucas Di Pentima over 3 years ago
- Target version changed from 2021-08-18 sprint to 2021-09-01 sprint
Updated by Peter Amstutz about 3 years ago
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
Updated by Lucas Di Pentima about 3 years ago
- % Done changed from 0 to 100
- Status changed from In Progress to Resolved
Applied in changeset arvados|f170c5a75f22a6db11ca93eed5b0dfc9c65c4270.