login | register
Sat 13 of Mar, 2010 (01:16 UTC)

bitweaver - Web Application Framework and CMS

Web Application Framework and CMS

     
Get RSS Feed

Searching Content ID's

A-Rod
Joined: 17 Jul 2008
Reply to this PostReply with Quote to this Post

Searching Content ID's

Posted:Sat 20 of 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
Reply to this PostReply with Quote to this Post

Re: Searching Content ID's

Posted:Sat 20 of 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
Reply to this PostReply with Quote to this Post

Re: Searching Content ID's

Posted:Mon 22 of 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
Reply to this PostReply with Quote to this Post

Re: Searching Content ID's

Posted:Tue 23 of 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>