-
Notifications
You must be signed in to change notification settings - Fork 159
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: search highlights #9294
feat: search highlights #9294
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
export interface SearchResource extends Resource { | ||
highlights?: string[] | ||
} |
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.
IDK if this is necessary, I thought it could be used elsewhere
@@ -61,10 +61,21 @@ | |||
:is-selectable="true" | |||
:sort-by="sortBy" | |||
:sort-dir="sortDir" | |||
:fields-displayed="['name', 'indicators', 'size', 'tags', 'mdate']" |
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.
used to be buggy, as space stuff like quota was shown but shouldn't.
I purged indicators, as they won't be supplied via REPORT
26ee0b0
to
274f189
Compare
@@ -83,7 +83,7 @@ | |||
"cucumber-html-reporter": "5.5.1", | |||
"depcheck": "1.4.3", | |||
"ejs": "3.1.9", | |||
"eslint": "8.40.0", | |||
"eslint": "8.43.0", |
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.
I bumped eslint as locally calling eslint --fix tried always to alter packages/web-pkg/src/composables/router/types.ts
which resulted in a linter error in the ci, which was annoying.
Works now
57aa4a0
to
10082b2
Compare
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.
Small typo, rest LGTM 👍
changelog/unreleased/enhancement-search-list-add-highligthed-file-content
Outdated
Show resolved
Hide resolved
DO NOT MERGE |
Results for e2e-tests oCIS-1 https://drone.owncloud.com/owncloud/web/36842/12/1 💥 To see the trace, please open the link in the console ...
npx playwright show-trace https://cache.owncloud.com/public/owncloud/web/36842/tracing/search-for-content-of-file-alice-2023-6-28-10-18-48.zipnpx playwright show-trace https://cache.owncloud.com/public/owncloud/web/36842/tracing/search-for-content-of-file-brian-2023-6-28-10-18-56.zip |
56aa647
to
6ebe689
Compare
SonarCloud Quality Gate failed. 1 Bug 100.0% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
* Init * Update changelog/unreleased/enhancement-search-list-add-highligthed-file-content Co-authored-by: Jannik Stehle <50302941+JammingBen@users.noreply.github.com> * Fix * Styling --------- Co-authored-by: Jannik Stehle <50302941+JammingBen@users.noreply.github.com>
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: