While I have already created aliases for those operators in the latest version, there is a small bug that disallows actually searching by those aliases when there are 2 characters (* and / should work though).
If you want to fix this now, please open up StringUtils.cs file and replace whole method named “SearchMatch” with this code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
///Returns whether or not the input is valid for a search match vs the leaf + optional category.
That is correct. The actual code does use the indexer, but as you found out, the code formatting removed it.
Thanks for noticing. Now I will have to find a fix about this 🙂
Join us on Discord: https://discord.gg/97q2Rjh
Author
Posts
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.
Login
Register
By registering on this website you agree to our Privacy Policy.