-
![Screenshot 2024-11-15 at 4.16.56 PM.png](https://raw.githubusercontent.com/LinkesV/pe/main/files/f71dad46-290e-4edc-b896-b3b41ccf5c0e.png)
The enhancement proposed 2 different changes to the behav…
-
A customer recently requested support for unaccent insensitive and case insensitive string matching. Coming from MySQL, the customer uses a specific collation (example ut8_general_ci) that is case and…
-
- [x] I have read the [Clojure etiquette](https://clojure.org/community/etiquette) and will respect it when communicating on this platform.
**version**
clj-kondo v2024.11.14
**macro usage**
…
-
## Current Behavior
The `name_filter` parameter currently only supports simple string matching:
```python
# Current functionality - simple string containment matching
flow.update_maker_kwargs(se…
-
**Article:** [Rabin-Karp for String Matching](https://cp-algorithms.com/string/rabin-karp.html)
I guess the code implements the rolling hash version of the algorithm, which is vital to the good pe…
-
**Pair Matching Logic to Skip Parentheses Inside Strings**
### Issue Content
#### Description
In the current implementation of `PairMatcher`, the algorithm does not account for parentheses that m…
-
is it possible to narrow summaries of pre-prints by using specific strings that are not associated with the subjects so that we could limit those results even more?
for example something like:
```R
…
-
Make sure TalentConnect has at least 1 contact with role as `software engineer` and 1 job with name `software engineer`
With role as `software engineer`
![Screenshot 2024-11-15 173538.png](https://…
-
Thanks for creating this amazing tool!
I'm currently using it to discover network ranges of a company that has a name which matches many other companies as well.
Would it be possible to add the ma…
-
The search function in lib.rs should return an Option\ type instead of String. This will ensure that when no matching String can be found in the Haystack the missing String can be handled properly.