Add endpoint for full-text search (#6)
This commit is contained in:
@@ -31,7 +31,7 @@ class Node extends Model {
|
||||
// Static and instance methods can go here
|
||||
get page() {
|
||||
const Page = this.models.get('api:Page')
|
||||
return this.belongs_to_one(Page, "PageId", "_id")
|
||||
return this.belongs_to_one(Page, "PageId", "UUID")
|
||||
}
|
||||
|
||||
to_html() {
|
||||
|
||||
Reference in New Issue
Block a user