Hello!
I have installed Boolean v1.1 Mod (Developed by Leisurelee) It works perfect! But..
When I (completely incidentally) have looked at the source code of page with search results, I found, that each "bolded" word placed in set of repeating HTML-tags.
For example, when you search for "Windows", you receive following :
<B><B><B><B><B><B><B><B><B><B><B><B><B><B><B><B><B><B><B><B><B><B><B>Windows</B></B
></B></B></B></B></B></B></B></B></B></B></B></B></B></B></B></B></B></B></B></B></B>
At the same time general (native) DBMan-Search works entirely correctly. When you search for "Windows", you receive:
<B>Windows</B>.
All other Mod's and features works correctly too. I think problem in Mod.
I placed Boolean Mod code exactly in compliance with manual ( http://webmagic.hypermart.net/.../db/text/boolean.txt or http://www.gossamer-threads.com/...guest=1977269#137261 ).
I noticed, that "Number of Identical Unnecessary Tags" (identical repeated needless tags - e.g. - <B>,<B>,<B>, ...) = "Number of Database Definition Fields" - "3"
I have several databases. If db.cfg contain 25 fields (from 0 to 24), "Number of Identical Unnecessary Tags" = 25 - 3 = 22
If db.cfg contain 22 fields (from 0 to 21), "Number of Identical Unnecessary Tags" = 22 - 3 = 19
May be this observation may help..?
Is it possible to get rid of unnecessary tags?
Thanks a lot for any help!
----------------------------------------
Link to website (in development): http://www.italent.ru/cgi-bin/talent/db.cgi
db.cgi file: http://www.italent.ru/db_cgi.txt
I have installed Boolean v1.1 Mod (Developed by Leisurelee) It works perfect! But..
When I (completely incidentally) have looked at the source code of page with search results, I found, that each "bolded" word placed in set of repeating HTML-tags.
For example, when you search for "Windows", you receive following :
<B><B><B><B><B><B><B><B><B><B><B><B><B><B><B><B><B><B><B><B><B><B><B>Windows</B></B
></B></B></B></B></B></B></B></B></B></B></B></B></B></B></B></B></B></B></B></B></B>
At the same time general (native) DBMan-Search works entirely correctly. When you search for "Windows", you receive:
<B>Windows</B>.
All other Mod's and features works correctly too. I think problem in Mod.
I placed Boolean Mod code exactly in compliance with manual ( http://webmagic.hypermart.net/.../db/text/boolean.txt or http://www.gossamer-threads.com/...guest=1977269#137261 ).
I noticed, that "Number of Identical Unnecessary Tags" (identical repeated needless tags - e.g. - <B>,<B>,<B>, ...) = "Number of Database Definition Fields" - "3"
I have several databases. If db.cfg contain 25 fields (from 0 to 24), "Number of Identical Unnecessary Tags" = 25 - 3 = 22
If db.cfg contain 22 fields (from 0 to 21), "Number of Identical Unnecessary Tags" = 22 - 3 = 19
May be this observation may help..?
Is it possible to get rid of unnecessary tags?
Thanks a lot for any help!
----------------------------------------
Link to website (in development): http://www.italent.ru/cgi-bin/talent/db.cgi
db.cgi file: http://www.italent.ru/db_cgi.txt


Boolean Mod Big Problem