UNPKG

strapi-plugin-fuzzy-search-young

Version:

Register a weighted fuzzy search endpoint for Strapi Headless CMS you can add your content types to in no time.

10 lines (9 loc) 205 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = [ { method: "GET", path: "/search", handler: "searchController.search", }, ];