FeatureFuel
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:

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests