I use several features of zoom and find it strange, or am I wrong in understanding the functionalit? such as
1. Synonyms, I thought that synonyms is used for spelling suggestion (mis spelling, which is written in the application), so I try to type
word : inves
synonyms : investment, invest
and I do a search with "inves" and find nothing about investment or invest. Can I know why?
2. I used the features of Search Logging, the default path is ./logs/searchwords.log and when I do a search there is an error message like this : No such file or directory. Log filename and path not found (./logs/searchwords.log). Check that you specified the correct log filename in your Indexer settings.
And so I create the "logs" folder (and I also create an empty searchwords.log file inside it) in the folder where search.cgi resides, but to no avail, and I copy the logs folder to the my application folder but it also error.
3. Highlight features is strange. The search result has highlight (which I enabled in search result option), which is giving the search word yellow highlited. But I don't want the yellow highlight, I want it just to be bold like the one in google. So I disable the highlight option in zoom. But I find no css classname that can be used to bold my word, in fact the classname is highlight, but the classname is there only when you enable the highlight, if you disable the highlight the output generated will not contain "<SPAN ID="highlight">my search word</SPAN>" (less or more the tag look like what I type). The other work around that I do is, I enable the highlight, and so the "highlight" classname is generated (with yellow color of course), and so I use my css configuration to configure the classname so that it appear bold, and I find no css configuration to make the text back color change to white (or to no color) to match my application backcolor.
Can anybody helps me?
And I really hope that we can use google like search, like using and/or operator, and advance stuff in "inurl:" tags and so on. I think that parsing those words is not a real problem, is it hard to implement it using the indexing file?
1. Synonyms, I thought that synonyms is used for spelling suggestion (mis spelling, which is written in the application), so I try to type
word : inves
synonyms : investment, invest
and I do a search with "inves" and find nothing about investment or invest. Can I know why?
2. I used the features of Search Logging, the default path is ./logs/searchwords.log and when I do a search there is an error message like this : No such file or directory. Log filename and path not found (./logs/searchwords.log). Check that you specified the correct log filename in your Indexer settings.
And so I create the "logs" folder (and I also create an empty searchwords.log file inside it) in the folder where search.cgi resides, but to no avail, and I copy the logs folder to the my application folder but it also error.
3. Highlight features is strange. The search result has highlight (which I enabled in search result option), which is giving the search word yellow highlited. But I don't want the yellow highlight, I want it just to be bold like the one in google. So I disable the highlight option in zoom. But I find no css classname that can be used to bold my word, in fact the classname is highlight, but the classname is there only when you enable the highlight, if you disable the highlight the output generated will not contain "<SPAN ID="highlight">my search word</SPAN>" (less or more the tag look like what I type). The other work around that I do is, I enable the highlight, and so the "highlight" classname is generated (with yellow color of course), and so I use my css configuration to configure the classname so that it appear bold, and I find no css configuration to make the text back color change to white (or to no color) to match my application backcolor.
Can anybody helps me?
And I really hope that we can use google like search, like using and/or operator, and advance stuff in "inurl:" tags and so on. I think that parsing those words is not a real problem, is it hard to implement it using the indexing file?
Comment