Bug #25
closedFull-text search is broken for at least certain items
100%
Description
Split out from https://bugs.redpesk.bzh/issues/5
It seems the search tool only looks for headers and isn't able to include common text in it's scope.
For example, when looking for keyword "monitoring" with the search tool, 5 occurrences are found but none of them points to page https://docs.redpesk.bzh/docs/en/master/developer-guides/controller.html#monitoring that includes this keyword a lot of times.
So... it would be nice if online documentation search tool scope could include the whole doc content.
Updated by Vincent Rubiolo over 2 years ago
- Related to Feature #5: Would be nice if online documentation search tool scope could include Linux screen output frames added
Updated by Adela RCH over 2 years ago
- Assignee changed from Sebastien Douheret [IoT.bzh] to Adela RCH
Updated by Adela RCH over 2 years ago
For the string crawling used in the search engine, this behavior is normal because in this case titles have the priority over the content, and since the key word monitoring
is mentioned in many pages (titles & content), the script will only show the first five results.
We are at the moment looking for a better solution to index and search the documentation results.
Updated by Vincent Rubiolo over 2 years ago
- Status changed from New to In Progress
Updated by Adela RCH over 2 years ago
We have updated the search engine, with the latest version in documentation website. With these changes, the issue is now resolved.
Updated by Adela RCH over 2 years ago
- Status changed from In Progress to Resolved
Updated by Sebastien Douheret [IoT.bzh] almost 2 years ago
- Target version set to armel-1.0
Updated by Sebastien Douheret [IoT.bzh] almost 2 years ago
- Fix Version/s armel-1.0.1 added
Updated by Sebastien Douheret [IoT.bzh] almost 2 years ago
- Affects Version/s armel-1.0 added
Updated by Sebastien Douheret [IoT.bzh] almost 2 years ago
- Status changed from Resolved to Closed