]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commit
Search: Make vaguely wildcard-y
authorValerie Pond <redacted>
Mon, 19 Aug 2024 01:57:43 +0000 (09:57 +0800)
committerValerie Pond <redacted>
Mon, 19 Aug 2024 01:57:43 +0000 (09:57 +0800)
commiteed1ade0e1c8b5340d9619c8fb6b4a08d230f3e9
tree029b17af6b64c004189189ab003ed9ff3ebf2047
parent58747947711a7113fa7ca73efd751d97f18ec464
Search: Make vaguely wildcard-y

You can use an asterisk `*` to represent "anything of any length"
So `O*SAS` would match with `OVH SAS`

Additionally, each end of your search query is treated like a wildcard/asterisk
So `VH*A` would still match `OVH SAS`

These are just examples to give an idea.
api/search.php