Looks like there was another update that needed to be installed. It’s working fine now. Thanks!
EDIT: Question - once a topic page is opened I noticed that the header search bar disappears and instead the regular search icon shows up next to the profile icon. Is that expected?
Sorry I didn’t see this earlier. From memory, Penar did most of the work on this, but I wrote the spec so can answer most of your questions about this functionality. Feel free to nudge me here if you have more questions
Below is an example of what I did inside our Gitlab Category. You can see in our header search bar that as soon as we type a search term(in this case pipeline) you can search the gitlab forum(clicking comments button), the gitlab docs(book), the gitlab project(ticket), and gitlab python libraries.
Below is an example of the params which lets you search the gitlab forum.
Could you please elaborate, what is an external search, it’s not clear in the first post. I thought this just allows you to customize the icons. Does it search an external site like google or bing?
the button you’re assigning the icon to will on click direct to the host and path as per admin settings, but query as per what the user has put in the search header at the time
remember a URL is made up of host then path then query
When we commissioned this development the goal was to enable staff in our discourse to search multiple platforms from one search bar. Now users can search our Discourse, and Stackoverflow, and Sharepoint etc from the Discourse searchbar.
In this example “external search” would be stackoverflow or sharepoint. It doesn’t technically search those platforms, rather it redirects the user to the search results on those platforms.