mirror of
https://activitypub.software/TransFem-org/sfm-js
synced 2024-11-21 21:55:09 +00:00
🐱
This commit is contained in:
parent
b6d4350af4
commit
791d3f7665
1 changed files with 2 additions and 2 deletions
|
@ -107,8 +107,8 @@ search
|
|||
});
|
||||
}
|
||||
|
||||
search_query =
|
||||
head:CHAR tail:(!([ \t] search_keyToken ENDLINE) c:CHAR { return c; })*
|
||||
search_query
|
||||
= head:CHAR tail:(!([ \t] search_keyToken ENDLINE) c:CHAR { return c; })*
|
||||
{
|
||||
return head + tail.join('');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue