mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-11 02:13:41 +09:00
Merge pull request #2200 from anyproto/go-5221-rename-set-to-query
GO-5221 Rename Set to Query
This commit is contained in:
commit
7001a695b1
2 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@ import (
|
|||
"github.com/anyproto/anytype-heart/pkg/lib/pb/model"
|
||||
)
|
||||
|
||||
const TypeChecksum = "c4f1cd92b533a4b5f533c01185049b8c7c170401c2f0bf09d6d888cad6a61669"
|
||||
const TypeChecksum = "0d2b4f839dd21d6e7abce40021cda9dbc2ed6caef0cff7bbff21c7c5b815b716"
|
||||
const (
|
||||
TypePrefix = "_ot"
|
||||
)
|
||||
|
@ -356,10 +356,10 @@ var (
|
|||
IconColor: 6,
|
||||
IconName: "search",
|
||||
Layout: model.ObjectType_set,
|
||||
Name: "Set",
|
||||
Name: "Query",
|
||||
Readonly: true,
|
||||
RelationLinks: []*model.RelationLink{MustGetRelationLink(RelationKeyTag), MustGetRelationLink(RelationKeySetOf)},
|
||||
Revision: 1,
|
||||
Revision: 2,
|
||||
Types: []model.SmartBlockType{model.SmartBlockType_Page},
|
||||
Url: TypePrefix + "set",
|
||||
},
|
||||
|
|
|
@ -304,7 +304,7 @@
|
|||
},
|
||||
{
|
||||
"id": "set",
|
||||
"name": "Set",
|
||||
"name": "Query",
|
||||
"types": [
|
||||
"Page"
|
||||
],
|
||||
|
@ -317,7 +317,7 @@
|
|||
"setOf"
|
||||
],
|
||||
"description": "Query all objects in your space based on types and relations",
|
||||
"revision": 1
|
||||
"revision": 2
|
||||
},
|
||||
{
|
||||
"id": "collection",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue