Fanis Tharropoulos

Results 110 comments of Fanis Tharropoulos

@solvingproblemswithtechnology We'll have to debug this and get back to you

After checking this out myself, there's no document with CTTI-2024-15 in either title or external reference in the dataset you provided, so there will be no text match to find....

This was fixed in [`v29.0.rc20`](https://hub.docker.com/layers/typesense/typesense/29.0.rc20/images/sha256-221b979b4ee4733d381d61ecc0626b91e5bb80231e74616c43f713edd69015ac)

> Update our CI pipeline to start a real Typesense container and run tests against it. This is already the case for the `v28.0` features. https://github.com/typesense/typesense-ruby/blob/master/.github%2Fworkflows%2Ftests.yml#L14-L27 Refactoring the rest of...

Hey @chrismustcode, While our release cadence is typically 2-3 months, we don't have an exact ETA for V29. If you want to start using the feature, you can check out...

> Thank you @tharropoulos for your feedback. Added some more tests as you mentioned. Looking forward to your second review. All looks well, but could you lastly add some integration...

> > > Thank you @tharropoulos for your feedback. Added some more tests as you mentioned. Looking forward to your second review. > > > > > > All looks...

> > One thing I did is run the integration tests locally, to ensure that it works for an actual Typesense server instance. As soon as you add the tests...

> > On my end I just remove the skip group from the phpunit config and run: > > `❯ ./vendor/bin/phpunit tests/Integration/TypesenseSearchableTest.php` > > For me all 8 current integration...

> Hi @tharropoulos. I am giving this another go. In addition to your instructions above I added the following line to phpunit.xml.dist > > ``` > > ``` > >...