1
Support multi-lingual content indexing and searching
Source: outline/outline#9835 · opened by @ttimasdf
Similar to The code shows the index is configured for English stemming and tokenization, with search queries restricted to prefix-only matching.
For example, with a document containing the string asdfasdfasf坏蛋:
• asdf matches
• asdfasf fails
• asf fails
• 坏蛋 fails
More surprisingly, logger.debug doesn't even match the string self.logger.debug, making the search system nearly unusable.
Relevant code sections:
For example, with a document containing the string asdfasdfasf坏蛋:
• asdf matches
• asdfasf fails
• asf fails
• 坏蛋 fails
More surprisingly, logger.debug doesn't even match the string self.logger.debug, making the search system nearly unusable.
Relevant code sections:
No pledges yet. Be the first to back this.
Comments
Similar requests
Scroll content/index menu separate from article content
1 vote · 0 comments
Open nested documents directly from command menu
1 vote · 0 comments
Better "contents" visualization
2 votes · 0 comments
Add a graph view for visualizing relationships between documents
1 vote · 0 comments
Proposal for Reusable content snippets (source blocks + reference embeds)
1 vote · 0 comments
No comments yet.