You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search terms ar split by space, so we end up with 5k and 1%.
The first is ignored because its less that 3 characters wide, the later also but % needs to be escaped which I belive is nt done at the moment.
I'll look into this tomorrow (or maybe in the evening, we'll see)
Tried this and seeing the same thing. Fortunately most resistor values are fractional with 3+ characters. There is likely some way we can force a db scan search on shorter tokens at the expense of performance.
Maybe there is an easy way to tell fts5 to do a table scan but it wasn’t
apparent how to do so with the present syntax. We can always drop back to
an alternate set of sql at the cost of additional code to maintain, and
then use normal like or blob matching.
Maybe someone else knows how to do it. I ask on stack overflow.
Chris
Describe the bug
The % wildcard is causing issues as keywords as 5k 1% doesn't work
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect it to be able to easily find precision resistors
KiCad Version
The text was updated successfully, but these errors were encountered: