Skip to content

Commit

Permalink
Add breaking API changes (directus#6150)
Browse files Browse the repository at this point in the history
Add filter operators change.
  • Loading branch information
nachogarcia authored Jun 9, 2021
1 parent a40638a commit 284d978
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/guides/migrating-from-v8.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ There are two ways to migrate from an existing Directus 8.X instance:
- [Automated Script](#automated-script) (recommended)
- [Manual Database Export/Import](#manual-database-export-import)

Be sure to check the [Breaking changes](#breaking-changes) if you are consuming the API from an application.

## Automated Script

We created a (community maintained) script, that will automatically copy over the schema, content, files, users, and
Expand Down Expand Up @@ -64,3 +66,8 @@ Once the tables are in, you can start configuring the details of the schema. Thi
interfaces, displays, and their options for your fields.

This would also be a good time to reconfigure your permissions, to ensure they are accurate.


## Breaking changes

- [Filter operators](/reference/filter-rules.md) have changed, now they are preceeded with an underscore eg: `/items/users?filter[comments.thread.title][like]=Directus` is now `/items/users?filter[comments][thread][title][_like]=Directus`

0 comments on commit 284d978

Please sign in to comment.