mlvzk
mlvzk
This feature let's you define a different tokenizer for searching than indexing. This doesn't break previous functionality, because it defaults to the indexing tokenizer if search_tokenizer was not specified. This...
**Is your feature request related to a problem? Please describe.** I need a word-delimiter filter for indexing text fields with code like `tantivy::tokenizer::Something::new()` into `["tantivy", "tokenizer", "Something", "new"]`. **Describe the...
**Is your feature request related to a problem? Please describe.** I'd like to use a different tokenizer for search than for indexing. I have a prefix-only ngram field that then...
This change wouldn't require people to depend on net/http binary size: without net/http: 2.4M with net/http: 6.7M Note: this would break existing user code(see example/main.go)
This is a hacky implementation of services. User can define a service in their devshell.toml that will be started automatically when they enter the devshell. User can check logs for...
If you try to search for tag `exampleTag=1234` in jaeger-query, and the value of `exampleTag` is stored as a string in spans, filtering won't work.
## Is your feature request related to a problem? Please describe. No ## Proposed feature `!settag ` to add a quote, `!tag ` to output it in an embed like...
## Is your feature request related to a problem? Please describe. Sometimes Discord breaks attachment URLs and bot can't show it in !fetch anymore. ## Proposed feature Store !fetch images...