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

Seamless integration of Algolia into your Django project.

Results 23 algoliasearch-django issues
Sort by recently updated
recently updated
newest added

- Django version: 3.2 - Algolia Django integration version: 2.0.0 - Language Version: 3.9.4 ### Description I found from the source code (models.py) that the property AlgoliaIndex.fields can receive also...

## Description Support indexing models in multiple applications with different `APPLICATION_ID` and `API_KEY` settings on a per-model basis while preserving the native register and hooks integration. - Django version: 1.11...

The [Algolia Field Preprocessing example](https://www.algolia.com/doc/framework-integration/django/options/?client=python#field-preprocessing-and-related-objects) says that we can define a custom method if we want to preproces a field. Similar issue: https://github.com/algolia/algoliasearch-django/issues/2 This allows the ManyToMany field `accounts` to...

Today, several of our tests are slowed down by forced sleeping: ```python def test_save_signal(self): Website.objects.create(name='Algolia', url='https://www.algolia.com') Website.objects.create(name='Google', url='https://www.google.com') Website.objects.create(name='Facebook', url='https://www.facebook.com') time.sleep(10) # FIXME: Expose last task's ID so we can...

Enhancement

- Django version: any - Algolia Django integration version: any - Algolia Client Version: any - Language Version: any ### Description upon reindexing the main index overwrites its replica configurations...

- Django version: 2.1.3 - Algolia Django integration version: 1.7.0 - Algolia Client Version: 1.17.0 - Language Version: 3.6.6 ### Description `registration.py`'s `register` accepts an `auto_indexing` keyword ([definition](https://github.com/algolia/algoliasearch-django/blob/master/algoliasearch_django/registration.py#L50)). Unfortunately, setting...

- Django version: 2.2.1 - Algolia Django integration version: 1.7.1 - Algolia Client Version: 1.20.0 - Language Version: Python 3.6.8 ### Description `disable_auto_indexing()` in `decorators.py` makes connection even if `AUTO_INDEXING...

Thanks for building this useful package. I looking through the docs tryig to fing something about sorting and wasn't able to find anything. Is this a feature that could be...

Enhancement

- Django version: 2.1 - Algolia Django integration version: 1.7.0 - Algolia Client Version: 1.18.1 - Language Version: 3.7 ### Description It is a very common use case to want...

Enhancement

It would be nifty if `decorators.py`'s `register` ([definition](https://github.com/algolia/algoliasearch-django/blob/master/algoliasearch_django/decorators.py#L37)) accepted the same `auto_indexing` keyword argument as `registration.py`'s `register`. See also #276 regarding `register` and `auto_indexing`.