mustafa0x

Results 56 comments of mustafa0x

Reusing a single quote, apostrophe, or back-tick instead of a character dedicated for a specific purpose is not good. Also, the visual end result is similar, so shouldn't make much...

Funny thing, I just realized Āli-ʿImrān should be Ālu-ʿImrān, especially to be consistent with Al-Muʾminūn, Al-Munāfiqūn, and Al-Kāfirūn (they end with ūn/ون, and not īn/ين, so they are مرفوع). Haven't...

Would like to see this in upstream too. Not sure how to show package contents. There's quite a lot of usage of `:global()`. Github search tells me 18.1k files. https://github.com/search?q=language%3Asvelte+%3Aglobal%28&type=code...

What would "exclude magic" look like? :) Related: is there a way to pass `exclude` to `model_dump`?

fastapi has [`response_model_exclude`](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). > You can also use the *path operation decorator* parameters `response_model_include` and `response_model_exclude`. > > They take a `set` of `str` with the name of the attributes...

Does this document indicate that Arabic is now supported? https://docs.rs/tantivy/latest/tantivy/tokenizer/enum.Language.html#variant.Arabic

Silly question, but isn't tokenizing just splitting by space (in most cases, at least)? I tested with some Arabic and everything seemed to work out of the box.

I'm hoping to use quickwit/tantivy to search fairly long documents, so proximity boosting is a must for sensible results. Is this still not possible? Solr/lucene seems to support in some...

Thanks @PeterAbdalla. It might make sense to make this an independent repo, until this repo becomes active once more.