Neil Hansen

Results 38 comments of Neil Hansen

Please also enable postgres logging (`logging_collector = on`) in your `postgresql.conf`, and let me know if you see anything in the log file.

Since you're installing from source, we have an opportunity to poke around the source code too. I'd do this myself if I could reproduce, but I've never seen your error...

When you're reloading the extension, make sure to DROP EXTENSION and CREATE extension again after you run `cargo pgrx install`.

Thanks. I meant to suggest before... could you add a logging statement with `pgrx::log!` along with the early return just as a sanity check that the extension reloaded properly? Sometimes...

This is an odd error. Can you confirm if you're able to create an index _and_ write data to it? Can you try creating the index, inserting some rows, and...

I'm going to close this as "not planned", because we haven't seen any more interest on this in months, and it doesn't seem like it's feasible to implement.

Thanks for reporting this, both of you. Indeed, highlighting with fuzzy searches is not supported by Tantivy, our underlying search engine. I will keep this issue open as a feature...

@CoderJoshDK thanks for raising this. It was indeed an intentional decision, but something we intend to change after user feedback. I'll close this once implemented, likely in the next couple...

It looks like pytest.el needs to use pytest's modern command line syntax. On the command line, simply calling "pytest" from my root folder works fine. In the meantime, I'm just...

Fantastic. This is an awesome feature. I'm not sure which of the [advanced query builder](https://docs.paradedb.com/search/full-text/complex) functions is most appropriate to use with dates/times... but could you: - find that out...