Don Hardman

Results 41 comments of Don Hardman

@239yash, yes, this is correct. You need to add a handler for this type of query in the Payload (using the hasMatch method) and also add execution logic that will...

> Hi [@donhardman](https://github.com/donhardman) I have this snippet of code from the function handleSelectCountOnField present in the Handler.php file from the Select module. > > ``` > > ``` > >...

> Since the jobs are fast (https://github.com/manticoresoftware/manticoresearch/actions/runs/6876046804/usage?pr=1586) and these are anyway nightly tests, let's create new CLT tests instead of updating the existing ones. This way when it fails, we...

Please check the review, feel free to merge if no questions, just small fixes to implement

As an idea, I think it's a good approach to go for a .so library written in Rust while reusing what we've already learned by introducing it in our GitHub...

In short, we want to build a Rust library that can be used from the Manticore daemon source code. This library should have one simple function - converting text to...

> > In short, we want to build a Rust library that can be used from the Manticore daemon source code. This library should have one simple function - converting...

Hey @AbstractiveNord, thanks a bunch for this pull request! We actually already built a separate library, and your contribution will definitely help us streamline the integration process. Here's the library...

As discussed before here are points for consideration: 1. **Memory Allocation**: Allocate the vector in C and pass it as a parameter to Rust. 2. **Model Initialization**: Implement an initialization...

I left my comments, all is good, just need to fix approach how we get searchd data dir: https://github.com/manticoresoftware/manticoresearch-buddy/pull/285#pullrequestreview-2052611752