Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Conversation

S7evinK
Copy link
Contributor

@S7evinK S7evinK commented Mar 23, 2023

No description provided.

@S7evinK S7evinK added tests Issues related to tests. Missing/Flakey/etc T-Task Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks. labels Mar 23, 2023
@S7evinK S7evinK requested a review from a team as a code owner March 23, 2023 10:16
@codecov
Copy link

codecov bot commented Mar 23, 2023

Codecov Report

Patch coverage: 81.08% and project coverage change: +0.68 🎉

Comparison is base (cb18ba0) 63.15% compared to head (89428bc) 63.84%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3025      +/-   ##
==========================================
+ Coverage   63.15%   63.84%   +0.68%     
==========================================
  Files         497      497              
  Lines       53822    54125     +303     
==========================================
+ Hits        33993    34555     +562     
+ Misses      16134    15904     -230     
+ Partials     3695     3666      -29     
Flag Coverage Δ
unittests 43.54% <81.08%> (+0.81%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
internal/fulltext/bleve.go 87.87% <75.86%> (-3.39%) ⬇️
syncapi/routing/search.go 74.76% <100.00%> (+74.76%) ⬆️

... and 38 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Member

@kegsay kegsay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs a bit more but otherwise LGTM

name: "searchTerm specified",
wantOK: true,
searchReq: SearchRequest{
SearchCategories: SearchCategories{RoomEvents: RoomEvents{SearchTerm: "hello"}},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can it do partial matches like hell? Can we also check that it isn't just doing prefix matching by searching for world3? Does it strip punctuation?

@S7evinK S7evinK merged commit e8b2162 into main Mar 27, 2023
@S7evinK S7evinK deleted the s7evink/searchtest branch March 27, 2023 09:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T-Task Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks. tests Issues related to tests. Missing/Flakey/etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants