import AbstractSearchOption from "./abstract_search_option.js";
import utils from "../../services/utils.js";
import SpacedUpdate from "../../services/spaced_update.js";
import server from "../../services/server.js";
const TPL = `
Search string:
Search syntax - also see
Just enter any text for full text search
#abc - returns notes with label abc
#year = 2019 - matches notes with label year having value 2019
#rock #pop - matches notes which have both rock and pop labels
#rock or #pop - only one of the labels must be present