mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
Merge branch 'rashadkhan359/development' into development
This commit is contained in:
@@ -1 +1 @@
|
||||
GET /api/search?query=cats+{created_by:me}&page=1&count=2
|
||||
GET /api/search?query=cats+{created_by:me}&page=1&count=2
|
||||
|
@@ -8,7 +8,12 @@
|
||||
"created_at": "2021-11-14T15:57:35.000000Z",
|
||||
"updated_at": "2021-11-14T15:57:35.000000Z",
|
||||
"type": "chapter",
|
||||
"url": "https://example.com/books/my-book/chapter/a-chapter-for-cats",
|
||||
"url": "https://example.com/books/cats/chapter/a-chapter-for-cats",
|
||||
"book": {
|
||||
"id": 1,
|
||||
"name": "Cats",
|
||||
"slug": "cats"
|
||||
},
|
||||
"preview_html": {
|
||||
"name": "A chapter for <strong>cats</strong>",
|
||||
"content": "...once a bunch of <strong>cats</strong> named tony...behaviour of <strong>cats</strong> is unsuitable"
|
||||
@@ -26,7 +31,17 @@
|
||||
"created_at": "2021-05-15T16:28:10.000000Z",
|
||||
"updated_at": "2021-11-14T15:56:49.000000Z",
|
||||
"type": "page",
|
||||
"url": "https://example.com/books/my-book/page/the-hows-and-whys-of-cats",
|
||||
"url": "https://example.com/books/cats/page/the-hows-and-whys-of-cats",
|
||||
"book": {
|
||||
"id": 1,
|
||||
"name": "Cats",
|
||||
"slug": "cats"
|
||||
},
|
||||
"chapter": {
|
||||
"id": 75,
|
||||
"name": "A chapter for cats",
|
||||
"slug": "a-chapter-for-cats"
|
||||
},
|
||||
"preview_html": {
|
||||
"name": "The hows and whys of <strong>cats</strong>",
|
||||
"content": "...people ask why <strong>cats</strong>? but there are...the reason that <strong>cats</strong> are fast are due to..."
|
||||
@@ -55,7 +70,17 @@
|
||||
"created_at": "2020-11-29T21:55:07.000000Z",
|
||||
"updated_at": "2021-11-14T16:02:39.000000Z",
|
||||
"type": "page",
|
||||
"url": "https://example.com/books/my-book/page/how-advanced-are-cats",
|
||||
"url": "https://example.com/books/big-cats/page/how-advanced-are-cats",
|
||||
"book": {
|
||||
"id": 13,
|
||||
"name": "Big Cats",
|
||||
"slug": "big-cats"
|
||||
},
|
||||
"chapter": {
|
||||
"id": 73,
|
||||
"name": "A chapter for bigger cats",
|
||||
"slug": "a-chapter-for-bigger-cats"
|
||||
},
|
||||
"preview_html": {
|
||||
"name": "How advanced are <strong>cats</strong>?",
|
||||
"content": "<strong>cats</strong> are some of the most advanced animals in the world."
|
||||
@@ -64,4 +89,4 @@
|
||||
}
|
||||
],
|
||||
"total": 3
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user