Platonides <platonides <at> gmail.com> writes: > > The real text is stored in the table text, or in some location pointed > from there. Don't access the table directly! > You must create a Title, from which you instantiate an Article object > and call getContent() to retrieve its text. > > > A character outside of ascii which are escaped so mysql search can find it. > It's an implementation detail, you shouldn't touch the searchindex table > unless you're creating a search extension (also note that if the wiki > uses a search extension instead of the default mysql search, searchindex > will be empty). >
Thanks to you guys. ^_^ Yeepee! Finally, I tried the getContent() method and it worked! Hmmm..now I am thinking if how will i use that method given the selected titles that i'll be using from the database table wbt_page. The page_title has underscores. I am thinking that i'll just strip off those underscores and replace them with spaces so it will look like title. Is it right? I think that there will be no differences with that, isn't it? And also, thanks for the information on the u800. Thanks. ^_^ _______________________________________________ Mediawiki-api mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
