Search Source Typeahead Page not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2022 10:54 AM
I'm creating a new Service Portal Search Source for searching Catalog Categories.
Here's the snipet of the Data Source tab:
Here's a snipet of the Typeahead tab:
Note that I've specified the "sc_category" page for displaying the selected search result. However, no matter what I use for the page the default of "form" is used.
In the example below, I search for the "Departmental Services" category. The highlighted item is the category I want.
When I click on this item, it should display this category using the "sc_category" page (as specified in the Search Source Typeahead tab). But it uses the "form" page (see below). It also gives me an error.
When I manually change "id=form" to "id=sc_category", it displays the correct page (see below). This is the way it is supposed to work.
Please let me know if I'm doing something wrong or how to fix this.