Hi, a small discrepancy between the php and cgi interfaces for search highlighting in 6v1010 (and the bug fix version that Ray emailed me early this week).
Using cgi interface
- Build index around series of pdf files plus .desc files giving title/description/etc metadata
- Assume some of these files have as their description "Translating Science into Innovation"
- Perform search for "Translating Science into Innovation" (with quotes, i.e. exact search)
- Search finds correct files, but highlights phrase *only* in the context section, not in the description line.
- Perform search for Translating Science into Innovation (without quotes, find all words)
- Search finds correct files, and this time highlights them in the description line as well as in the the context section
Rebuild index for php interface
- Repeat above searches. This time, both the "exact search" and the "find all words" results do highlight the search phrase in the description line as well as in the context section.
thanks.
Using cgi interface
- Build index around series of pdf files plus .desc files giving title/description/etc metadata
- Assume some of these files have as their description "Translating Science into Innovation"
- Perform search for "Translating Science into Innovation" (with quotes, i.e. exact search)
- Search finds correct files, but highlights phrase *only* in the context section, not in the description line.
- Perform search for Translating Science into Innovation (without quotes, find all words)
- Search finds correct files, and this time highlights them in the description line as well as in the the context section
Rebuild index for php interface
- Repeat above searches. This time, both the "exact search" and the "find all words" results do highlight the search phrase in the description line as well as in the context section.
thanks.
Comment