-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: integration of unified search #2479
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2479 +/- ##
============================================
- Coverage 44.27% 43.53% -0.75%
- Complexity 859 870 +11
============================================
Files 73 75 +2
Lines 3268 3331 +63
============================================
+ Hits 1447 1450 +3
- Misses 1821 1881 +60 |
cd42a29
to
470810c
Compare
@hamza221 It's basically working, but apparently it doesn't return all matching forms. Perhaps you can find some time and have a look |
470810c
to
bddcdea
Compare
d935091
to
b5ec03d
Compare
@hamza221 I found the culprit: I used a simple like-operation for the DB query instead of the case insensitive iLike :) |
b5ec03d
to
68436b8
Compare
Signed-off-by: Christian Hartmann <[email protected]>
68436b8
to
f69a116
Compare
I spent an hour on this and I'm ,not sure what's happening. I'm sure I'm missing something obvious
See how the like value is wrong
|
Ok, I found the error: Line 166 in f69a116
We set the parameters from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works ✅
443fd92
to
286cb73
Compare
…thod Signed-off-by: Christian Hartmann <[email protected]>
286cb73
to
07aecc9
Compare
This closes #2392 by implementing a SearchProvider that let's you search the titles and descriptions of the forms that are available to you.