TypesenseBundle
TypesenseBundle copied to clipboard
Typesense PHP integration for your Symfony project
Hi, # To reproduce : use `symfony typesense:import --max-per-page=10000` on large amont of values from your database to typesense. Crash appened close to 15000 Entities in memory. # Reason :...
### Summary This Pull Request introduces major changes in how we handle entity serialization and data provider interactions. The aim is to make the project more extensible and maintainable. ###...
### Problem Description In the existing system, the hydration of entities resulting from a search query is not geared towards entity hierarchies that have a DiscriminatorMap. This leads to a...
Time out
I have hundreds of thousands of data to index and I have a timeout when indexing this module. Would it be possible to send in batches to avoid this?
It could be `mixed` be only from php 8.0.
**Describe the bug** I'm working on a news project on symfony 5.4. In my development environment I use docker but in my prod environment I do not (not my choice)...
**Describe the bug** Hi, when using TypesenseBundle with a PostgreSQL database, it is impossible to use the `query` method from `CollectionFinderInterface`, that is supposed to return hydrated Doctrine Entities. The...
**Describe the bug** When there is only one page of items to import, the command fails with the following error: ``` [ERROR] The first-page option (1) is bigger than the...