Documentation for NLS Bibliography Maintenance Functions on bogrex

NLS Bibliography - Searches Documentation


Process / program name

Search / qabstract.php3

Description

This program performs the abstract search query by searching the abstract field for the supplied term(s). If more than one term is supplied, a Boolean query is carried out.

Files called / (used) by the program

NameWhat it doesFiles called
top.php3Adds a header to the page. 
../nls-info/bls_style/nls-template-top.htmlAdds a header to the page. 
bottom.htmlAdds a footer to the page. 
../nls-info/bls_style/nls-template-bottom.htmlAdds a footer to the page. 
getcit.php3Displays (prints to screen) the citation just searched 

mySQL Statement(s)

  • select distinct ABSTRACTS.ID_NUMBER from ABSTRACTS,ARTICLES where (lower(ABSTRACT) like '%$tok%'
  • $sqltext = $sqltext . ") and ABSTRACTS.id_number = ARTICLES.id_number order by SORT_ORDER";

    Javascript


    require('top.html');
    require('bottom.html');
    FORM ACTION=\" *.php3\"


    manuals/system/bib-maint/searches/s-qabstract.php3