algoliasearch-django icon indicating copy to clipboard operation
algoliasearch-django copied to clipboard

Add Splitter feature

Open TomKlotzPro opened this issue 6 years ago • 9 comments

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

  • Split large records

TomKlotzPro avatar Oct 24 '19 10:10 TomKlotzPro

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 :)

yhoiseth avatar Nov 03 '19 17:11 yhoiseth

cc @maxiloc

nunomaduro avatar Nov 03 '19 17:11 nunomaduro

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

yhoiseth avatar Nov 11 '19 08:11 yhoiseth

@TomKlotzPro Do you have any status about this?

nunomaduro avatar Nov 11 '19 14:11 nunomaduro

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

TomKlotzPro avatar Nov 12 '19 08:11 TomKlotzPro

WRDS will find value in this enhancement.

rgs258 avatar Nov 10 '21 21:11 rgs258

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!

rgs258 avatar Nov 11 '21 18:11 rgs258

We'd love that!

tkrugg avatar Nov 12 '21 22:11 tkrugg

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.

ArnarTumi avatar Jul 14 '22 11:07 ArnarTumi