| enisoc.com | |||||||||||||||||||||||||||||
|
btPHP Modules
Release Notes
mod_comicdb 1.0.1 [2004-04-20]
mod_comicdb 1.0.0 [2004-03-24]
mod_comicdb
The Search queries are usually just lists of keywords. The search finds strips that match any of those terms, but it ranks strips with more terms higher. Also, there is a MySQL variable that determines the minimum length for a word to be included in the index. It is usually around 4, meaning only words with 4 letters or more are indexed. This variable can only be set by the system administrator, but if you run your own server you can change it yourself if you so desire. Finally, the search will discard results returned for terms that occur in about 50% or more of all records. This means, for example, that searching on the main character's name in a long-running comic would likely return no results. If your server runs MySQL 4.0.1 or higher, you can enable boolean mode for more advanced search features. For example, you can search "harry -potter" to find records with "harry" but not "potter". Additionally, a boolean mode search does not ignore terms for being present in a large majority of records. Furthermore, a boolean search can specify any combination of the three indexed fields, and only those specified fields will be included in the search. So, for example, you could search only for strips with the word "claymation" in the title. Strips with "claymation" in the description or body text, but not in the title, will not be returned. Requirements
Download
|
| |||||||||||||||||||||||||||