Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π Fix #work_identifier_search_field logic (#891)
* π Fix #work_identifier_search_field logic The chaining logic for was grabbing the first letter of a single search_field value; instead of grabbing the first value in the 'search_field' object. To fix the problem, we cast the value of `search_field` into an array and then grab the first array element. Related to: - #890 * π§Ή Appease rubocop
- Loading branch information