Skip to content

Commit

Permalink
query.ts: ren string input
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-zhening-luo committed Jan 28, 2025
1 parent e7450bd commit 58eb897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helper/search/query.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { SearchSetting } from "../../interface/search";

export default function (
string: string,
input: string,
engines: SearchSetting["engines"],
alias: FieldTable,
SELECTOR: stringful,
Expand Down Expand Up @@ -98,7 +98,7 @@ export default function (
const [_K, ..._terms] = select(
operate(
tokenize(
string,
input,
FALLBACK,
),
OPERATORS,
Expand Down

0 comments on commit 58eb897

Please sign in to comment.