Isaac

Results 3 issues of Isaac

Hey, Thanks for making this plugin - it's really useful for me. The only slight problem I'm having is getting some events to fire properly. I'm using vue-typed-js in nuxt.js...

Hi there, I'm using Haystack with the DRF and I noticed that when I added the get_serializer_class to my Haystack viewset, the pagination returned `{"detail": "Invalid page."}` for every page...

bug

Is it possible to add filters to nested SearchFields? For example: the following SearchField: ``` class DocumentField(SearchField): field_type = 'nested' properties = { 'letters_count': {'type': 'integer'}, } ``` Is used...

enhancement