- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2016 04:21 AM
I have a requirement to show certain articles with workflow_state = draft in a knowledge search ($knowledge.do or kb_find.do)
It seems the basic search condition (valid_to>=today, state=published) is hard coded. Or can this be changed somewhere?
The only idea I can come up with is to set the workflow_state to published wherever I need it and use a custom u_state field to manage my KM process.
Any other clues?
Thanks,
Heiko
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2016 05:32 AM
There is a property under Knowledge > Administration > Property that you can try and check:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2016 05:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2016 05:36 AM
Thanks Michael, I must have overlooked this one. Will try it out.
Heiko