diff --git a/frontend/src/post/PostScheme.vue b/frontend/src/post/PostScheme.vue index 0fb0286..a470638 100644 --- a/frontend/src/post/PostScheme.vue +++ b/frontend/src/post/PostScheme.vue @@ -16,6 +16,7 @@ const posttypeService = new PosttypeService(); import CommentService from "../comment/comment.service.ts"; import { SortedByOrder } from "../../bindings/app/internal/services/postservice.ts"; +import type { Search } from "../types/search.type.ts"; const commentService = new CommentService(); @@ -132,10 +133,14 @@ const validate: Validate = (entity) => { status: "success", }; }; + +const search: Search = (input) => { + +}