Skip to content
Snippets Groups Projects
Commit 7659f343 authored by Andrey Azov's avatar Andrey Azov
Browse files

Default export for searchIndex

parent 11d71d3d
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,4 @@ const searchIndex = (query, index) => {
return idx.search(query);
};
module.exports = {
searchIndex
};
module.exports = searchIndex;
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment