1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Chore: Moved search files from "searchengine" namespace to just "search"

This commit is contained in:
Laurent Cozic
2024-01-05 14:15:47 +00:00
parent 29b8fcd5bb
commit 2bf4f39ca1
26 changed files with 46 additions and 46 deletions

View File

@@ -9,7 +9,7 @@ import { ProfileConfig } from './services/profileConfig/types';
import * as ArrayUtils from './ArrayUtils';
import { FolderEntity } from './services/database/types';
import { getListRendererIds } from './services/noteList/renderers';
import { ProcessResultsRow } from './services/searchengine/SearchEngine';
import { ProcessResultsRow } from './services/search/SearchEngine';
const fastDeepEqual = require('fast-deep-equal');
const { ALL_NOTES_FILTER_ID } = require('./reserved-ids');
const { createSelectorCreator, defaultMemoize } = require('reselect');