Documentation for NLS Bibliography Maintenance Functions on bogrex

NLS Bibliography - Reports Documentation


Process / program name

Public Access / text.php3

Description

This program sets up the 'Full-Text' public search that searches all 'text' fields, i.e., title, keyword, and abstract fields.

Files called / (used) by the program

NameWhat it doesFiles called
top.php3Adds a header to the page. 
bottom.htmlAdds a footer to the page. 
subtext.php3Create temp table and insert id numbers of abstracts matching input 'text' string.getcit.php3;

mySQL Statement(s)

  • Javascript


    require('../nls-info/bls_style/nls-template-top.html');
    require('bottom.php3');
    require('../nls-info/bls_style/nls-template-bottom.html');
    FORM ACTION="subtext.php3" METHOD="POST"


    manuals/system/bib-maint/reports/r-text.php3