mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-20 21:59:41 +02:00
Update search.ts
This commit is contained in:
parent
9fa3c90c44
commit
80e9504386
1 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
||||||
import PageData from '../models/page';
|
import PageData from '../models/page.js';
|
||||||
import Pages from '../controllers/pages';
|
import Pages from '../controllers/pages.js';
|
||||||
import urlify from '../utils/urlify';
|
import urlify from '../utils/urlify.js';
|
||||||
import Page from '../models/page';
|
|
||||||
|
|
||||||
class Search {
|
class Search {
|
||||||
private words: { [key: string]: {[key: string]: number} } = Object.create(null);
|
private words: { [key: string]: {[key: string]: number} } = Object.create(null);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue