const term = request.input('term'); const posts = await Post.query().where('title', 'LIKE', '%'+term+'%').fetch() console.log(posts);