Employee Search on Case Creation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2021 11:58 AM
When creating a new case for an employee on the case creation screen, I have a specific employee record that will not display if 'Force partial search' is checked on the Case Creation configuration record when searching by this employee's full name. The employee does show up if I search by their user_name or employee number.
I've tried increasing the page count so more results are returned, but it still doesn't appear. I'm testing on both native and hr agent workspace with the same results.
Does anyone have information on how the employee search works on the case creation screen?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2021 04:09 AM
That is correct - the common names cause an issue. The query is in the hr_CaseCreation script include as you've already found. It is using Zing text search - searching on name, email and other indexed fields on the HR Profile and User tables.
Here's how found out needed to increase system property, when experiencing the issue.
- Went to Chrome's developer tools (right-click on page and select "Inspect"; or F12 on Windows) > Network tab
- Search
- Preview showed "Your text query contained only common words or ambiguous wildcards, please refine your search"
- Went to ts_word.list (had to temporarily disable the read ACL on ts_word)
- Searched on the name
- There were over 500 entries