Gossamer Forum
Home : Products : DBMan : Customization :

Keyword search results display db records incorrectly

Quote Reply
Keyword search results display db records incorrectly
When I type in a keyword to search on, the records that are displayed appear to shift over. For example, the first field in the db is ID, for default users I do not dislay this field. If a default user types in a keyword search, say 'internet' then the ID field shows up in the title field in many (but not all) of the returned records.

If the user selects 'List All' then the records display correctly.

I'm stumped. To see what I mean, go to
http:\\wwwglobal-concepts.com\index_new.html
then type in internet for the keyword. You will see 2 records on this page displayed incorrectly. If you then click on 'List All' the records are correct.
Quote Reply
Re: Keyword search results display db records incorrectly In reply to
BTW: You typed in an incorrect URL. It should be

http://www.global-concepts.com/index_new.html

It looks to me that you have made some modifications to your default.cfg and neglected to modify your records. Your records do seem to be bleeding into one another.

You might want to modify your records. That is the only problem I see, but others may be able to spot other problems.

------------------
Eliot Lee
Founder and Editor
Anthro TECH, L.L.C
http://www.anthrotech.com/
info@anthrotech.com
==========================
Coconino Community College
http://www.coco.cc.az.us/
Web Technology
Coordinator
elee@coco.cc.az.us
Quote Reply
Re: Keyword search results display db records incorrectly In reply to
My guess is you have added fields to your database. Say for example you started with 10 fields dbman would look for a new record after 10 fields. If you added an 11th field then that would throw everything out of whack. Is it possible that you have added fields in your cfg file but not manually added them to the existing db?