« get me outta code hell

find, data, checks: dummy 'from' option in find() - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/find.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2026-01-23 20:48:02 -0400
committer(quasar) nebula <qznebula@protonmail.com>2026-01-23 21:25:54 -0400
commit9bdcf0476f4b222cb806755510b1dc3d4d545e1e (patch)
treeeebfe47b2b50f26ac372fb3b3b8fe200e5262a59 /src/find.js
parent723a8b9e79601f445fd83517ba93c75e93368b47 (diff)
find, data, checks: dummy 'from' option in find()
Diffstat (limited to 'src/find.js')
-rw-r--r--src/find.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/find.js b/src/find.js
index 5740ebd4..7b2ea7e0 100644
--- a/src/find.js
+++ b/src/find.js
@@ -288,6 +288,8 @@ function findHelper({
     // console.
     mode = 'warn',
 
+    from = null,
+
     fuzz = {
       capitalization: false,
       kebab: false,