-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature/694 CV-search optionally search skills as well (#727)
* Add the checkbox * Implement first idea * Implement dynamically searching skills of people * Bring back highlighting of search results when clicking on results of cv search * Show all skills when clicking on a skill result from cv search * Fix tests * Write test to test dynamic skill search and add missing translation * Check checkbox if url is opened in a new tab * Return results for attributes and associations if they are found in both in cv search * Change cv search to search over all attributes * Make rubocop happy * Make rubocop happy again * Add translation for checkbox * Remove expertise topics from skill search and also remove now unused translation * Make results only return once if they are found in multiple fields of the same sym * Only return rated skills * Fix people search domain spec * Make the search_skills parameter a default parameter * Fix people search domain specs after making search skills a default param * Make cv search controller explicitly pass search_skills to people search --------- Co-authored-by: Jannik Pulfer <[email protected]>
- Loading branch information
1 parent
e1f53d4
commit 8c6a7eb
Showing
10 changed files
with
67 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters