Application search

From DBSight Full-Text Search Engine/Platform Wiki

Table of contents

Drupal

Drupal Diagram

A copy of Drupal diagram is from here

Image:Drupal_diagram.png

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 = ?

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