Application search
From DBSight Full-Text Search Engine/Platform Wiki
| Table of contents |
[edit]
Drupal
[edit]
Drupal Diagram
A copy of Drupal diagram is from here
[edit]
Drupal Crawling SQLs
Main Query
SELECT nid, type, title, changed, promote, body FROM node order by changed desc
Subsequent Query
SELECT name, CONCAT( subject, comment) as comment FROM comments where nid = ?
[edit]
Drupal Templates
Download from here. Remember to change the URL that's pointing to dbsight.net to your drupal instance. http://wiki.dbsight.com/download/index-dbsight_net.zip

