mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
This reverts commit c1006c18c3
.
This commit is contained in:
@ -23,19 +23,3 @@ pub struct ImportViews {
|
||||
/// Used to update the [DatabaseViewTrackerList] when importing the database.
|
||||
pub database_view_ids_by_database_id: HashMap<String, Vec<String>>,
|
||||
}
|
||||
|
||||
pub struct SearchData {
|
||||
/// The type of data that is stored in the search index row.
|
||||
pub index_type: String,
|
||||
|
||||
/// The `View` that the row references.
|
||||
pub view_id: String,
|
||||
|
||||
/// The ID that corresponds to the type that is stored.
|
||||
/// View: view_id
|
||||
/// Document: page_id
|
||||
pub id: String,
|
||||
|
||||
/// The data that is stored in the search index row.
|
||||
pub data: String,
|
||||
}
|
||||
|
Reference in New Issue
Block a user