Searching Content ID's

A-Rod
Joined: 17 Jul 2008

Searching Content ID's

Posted:20 Dec 2008 (03:39 UTC)
Hi All..

Is it possible to search the content_id #'s that are auto-generated when creating wiki pages?
Anonymous

Re: Searching Content ID's

Posted:20 Dec 2008 (22:08 UTC)
Try /liberty/list_content.php - it lists off all available content. It's under Admin > Liberty.
A-Rod
Joined: 17 Jul 2008

Re: Searching Content ID's

Posted:22 Dec 2008 (02:53 UTC)
We are looking to add it to the main search engine. We use bitweaver to house processes. Each wiki page has an auto-generated # that is created when we create a wiki page. We want to be able to search those #'s...
xing
Joined: 07 Mar 2004

Re: Searching Content ID's

Posted:23 Dec 2008 (17:04 UTC)
main search engine? what package do you mean? what number do you mean? content_id or page_id?

if it's content_id, a simple list is most easily accessed on liberty/list_content.php as laetzer already mentioned.

writing a search engine for the id's should be very easy, but you can also write something to point the user to the correct page when putting the id in. either:

http://my.site/index.php?content_id=<id>
or

http://my.site/wiki/index.php?page_id=<id>


if you use http://my.site/index.php?content_id=<id> you can use the id to any content on your site: images, wiki pages, articles, blog posts....

x</id>
  Page 1 of 1  1