-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
area/facetsIssues related to face handling, querying, etc.Issues related to face handling, querying, etc.area/querylangIssues related to the query language specification and implementation.Issues related to the query language specification and implementation.kind/bugSomething is broken.Something is broken.status/more-info-neededThe issue has been sent back to the reporter asking for clarificationsThe issue has been sent back to the reporter asking for clarifications
Milestone
Description
This bug report may or may not be related to the supposed fix: #3190
#3163
Schema:
op.Schema = `
user: bool .
user.name: string @index(hash) .
user.email: string @index(hash) .
user.password: password .
user.code: string .
user.created_at: dateTime .
user.validated: bool @index(bool) .
node: bool .
node.hashid: string @index(hash) .
node.owner: uid @reverse .
node.parent: uid .
node.xdata: string .
node.searchable: bool @index(bool) .
node.search_title: string @index(term) .
node.search_synopsis: string @index(fulltext) .
node.created_at: dateTime .
`
power-f-GOD
Metadata
Metadata
Assignees
Labels
area/facetsIssues related to face handling, querying, etc.Issues related to face handling, querying, etc.area/querylangIssues related to the query language specification and implementation.Issues related to the query language specification and implementation.kind/bugSomething is broken.Something is broken.status/more-info-neededThe issue has been sent back to the reporter asking for clarificationsThe issue has been sent back to the reporter asking for clarifications