algolia / algoliasearch-django

Seamless integration of Algolia into your Django project.
https://www.algolia.com
MIT License
171 stars 65 forks source link

Add Splitter feature #285

Open TomKlotzPro opened 4 years ago

TomKlotzPro commented 4 years ago

Description

One of our customer had some trouble with large records. https://github.com/KalobTaulien/wagtail-algolia-example-code/issues/1

I was wondering if we cannot add our splitter feature from our laravel integration.

Steps To Reproduce

yhoiseth commented 4 years ago

Hi,

Have you had a chance to look into this? I'm asking because I'm trying to plan our work ahead. As mentioned before, make sure to let me know if you'd like some input :)

nunomaduro commented 4 years ago

cc @maxiloc

yhoiseth commented 4 years ago

Following up on this. A status update would be very useful :)

nunomaduro commented 4 years ago

@TomKlotzPro Do you have any status about this?

TomKlotzPro commented 4 years ago

Not for the moment sorry, it's still an open discussion. I'll update the status once we have more information. @nunomaduro

rgs258 commented 2 years ago

WRDS will find value in this enhancement.

rgs258 commented 2 years ago

I just found out that Wagtail has an Algolia backend: https://github.com/wagtail/wagtail-algolia-search.

With the rise in use of Wagtail CMS, It would seem there's good opportunity for Algolia and Torchbox (creators of Wagtail) to work together to improve this integration from both sides!

tkrugg commented 2 years ago

We'd love that!

ArnarTumi commented 2 years ago

If someone is interested, I just added a pr to the wagtail-algolia-search backend repo with a simple slicer that slices large pages into multiple <~10k chunks if needed. Seems to work quite well.