" } intext++ xyz = $0 sub("^\+[ ]*","",xyz) print xyz next; } // { # ignore anything not explicitly matched next; } END { if (matches == 0) { print "No matches found!
" if ( '$accepted' == 1) { print "If you are searching for something other than" print "an accepted plant name, (eg: author, location, date," print " etc.), then you might want to try using the" print "\"show all matching entries\" option." print "This option will allow your search string" print "to match any field in the database rather" print "than just the plant name field.
" } else if ( '$cultivar' == 1) { print "If you are searching for something other than" print "a cultivar name, (eg: the author, location," print "date, etc.), then you might want to try using the" print "\"show all matching entries\" option." print "This option will allow your search string" print "to match any field in the database rather" print "than just the plant name field.
" } else { print "Your search string does not match anything in" print "the Carnivorous Plant Database. Perhaps you are" print "misspelling your query. You might try a shorter" print "abbreviation of your word, or a different spelling." print "If you still have trouble, then perhaps you might" print "try reading about how" print "search patterns work." } } } '