Conversation
pull master
Update script that WorksForMe* Might be a starting point for someone to develop a more useful general update solution.
Split the keyword into tokens (at spaces). Search for every token individually, then combine results with AND.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #944 +/- ##
============================================
- Coverage 54.77% 54.75% -0.03%
Complexity 8012 8012
============================================
Files 601 601
Lines 25691 25702 +11
============================================
Hits 14073 14073
- Misses 11618 11629 +11 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I wonder if it might be better to use the fulltext seach capabilities of the database then trying to implement more complex searches ourselves. |
|
@jbtronics Generally speaking, that's always a good idea. Let the database server do the heavy lifting. |
|
The feature is plain simple. I just make the query more complex by splitting the search string. |
Update script that WorksForMe* Might be a starting point for someone to develop a more useful general update solution.
dont stop if codecov upload fails
…into tweak-search
…server into tweak-search
Split the keyword into tokens (at spaces).
Search for every token individually, then combine results with AND.
Caution: This has no effect on the typeahead search, I will have a look at this soon.
Should fix #892.