I am trying to have the search results link directly to the partner page rather than display an unordered list with the partner name. For example, if searching 85234 / attorney - I would like the search result to direct me straight to Paulsen & Reissner page.
Link to a page where the issue can be seen: hidden link
It would take some custom coding to achieve this. This is because our views plugin performs a search algorithm to find the post.
What you can do as a workaround is to customize the content template of the view so that it displays all the content of the post without you having to go directly to the post itself.
So instead of giving a list of posts, you will get you post with all its content being displayed. This is under the assumption that your search will always return 1 result.
Sorry for not replying sooner Shane. Yes your solution would work since it will always only display one return per search.. How would we accomplish this?