@J-Mack though I have not done this, I was told by NetSuite that you can added a second sort parameter to the item search API call. I also recall that I tested it and it worked when I added the parameter directly to the item search API URL. To achieve this, you would need to customize SCA. My ideas on how to achieve this is to add a custom integer or decimal field to the item, let’s name the field “Search Priority”. In SCA, add the “Search Priority” field as second sort parameter after the first sort parameter which is normally relevance. When the relevance sorting sorts several items with the same relevance, the Search Priority will sort the items in the desired order.