Neil Hansen

Results 38 comments of Neil Hansen

Do you plan to also support `TIMESTAMPZ`?

It looks like you use `and_utc` and `to_utc` to convert the timezone to UTC as Tantivy expects it during insert/query. That sounds correct. Does anything need to be done with...

Now that the DuckDB database is on disk, how does this work with multiple Postgres connection processes accessing it simultaneously? My impression is that DuckDB needs to be in read-only...

Is there anyway to donate to the Vimium effort to help cover the cost of something like this? The Safari Web Extensions API was probably the WWDC announcement that excited...

@giorgi-qwlth can you share your `create_bm25` statement for `search_items_idx`?

@giorgi-qwlth please try again with our new interface in 0.11.0. I think an important distinction to make here is [tokenizers](https://docs.paradedb.com/documentation/indexing/tokenizers#basic-usage) vs. [normalizers](https://docs.paradedb.com/documentation/indexing/fast_fields#normalizers). Normalizers are for fast fields, which you're not...

This is an interesting request, thanks for bringing it up. We don't have a standard interface yet for returning metadata about the search. This a little tricky to us being...

I can also confirm that I've got [emmet-ls](https://github.com/aca/emmet-ls) mostly working with this snippet in my `languages.toml`: ```toml [language-server.emmet-ls] args = ["--stdio"] command="emmet-ls" [[language]] name = "html" language-servers = ["vscode-html-language-server", "emmet-ls"]...