stable

Clone or download

Read-only

feat: Shortcut navigation in search results

User can navigate in search results (including from/to projects/recent-items). Part of story #26771: Index artifact fields (REST + Switch to) on updated artifacts only Change-Id: I28c98c236035105b302b8745787103a7ef6b82ec

Modified Files

Name
M src/scripts/switch-to/src/components/Body/Items/SearchResults/SearchResultsList.vue +6 −1 Go to diff View file
M src/scripts/switch-to/src/stores/fulltext.test.ts +315 −0 Go to diff View file
M src/scripts/switch-to/src/stores/fulltext.ts +72 −1 Go to diff View file
M src/scripts/switch-to/src/stores/index.test.ts +71 −0 Go to diff View file
M src/scripts/switch-to/src/stores/index.ts +24 −5 Go to diff View file