Kobe Attias

Results 7 comments of Kobe Attias

Hi @ikreymer I left a comment on https://github.com/hypothesis/via/issues/174. I'm more than happy to take on that but would appreciate on any information you can provide. Also, is there a workaround...

Crickets have overtaken over this ticket

For reference, here is my configuration: ``` class PaperDocumentView(DocumentViewSet): document = PaperDocument permission_classes = [ReadOnly] serializer_class = PaperDocumentSerializer pagination_class = LimitOffsetPagination lookup_field = 'id' filter_backends = [ PhraseSearchFilterBackend, MultiMatchSearchFilterBackend, CompoundSearchFilterBackend,...

Add: ``` deleteAt() { return false } ``` to your custom blot class

Just to reiterate the bug for people that are unaware. If your url key ends with an integer, then the indexer code will append "-1" to the end of the...