
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2015 12:19 PM
Hello,
In my instance, we are on Fuji UI15 and have the new knowledge homepage (like the 1st image). However, when searching fromthis page, unlike the picture below (2nd image), categories do not show. Can anyone tell me how to configure this knowledge homepage? Ideally, I would like to make the category filter appear and remove the author filter, how do I do this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2015 12:46 PM
Which Category field are you using? With Fuji the new Knowledgebase utilizes a new Category field (kb_category) as opposed to the old 'category' field and it's the kb_category that is used when showing your search results like you have displayed here.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2015 01:50 PM
Sorry, that meant to say I don't think it auto-transfers....
Also, if this solves your issue don't forget to mark the answer as correct.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2015 01:52 PM
I don't think it's that easy with the new v3 KB categories. They are stored now in a kb_category table now and not just a simple choice list like pre-Fuji

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2015 01:59 PM
They aren't, they're in a reference field to the kb_category table, but you could still import them by getting the values from the choice list.
Then you can import:
Value to Value
Label to Label
Then probably hard code the Parent record in the transform map to whatever your default knowledgebase is.
Knowledge Category talbe entry (new Category field)
Category Choice export (old category field)