Ben Tappin
Ben Tappin
@JoshuaBedford I'm also having this issue. Did you find a solution? Thanks!
Oddly I also get this is if I add `?page=1` to the query string but not if I leave the query string empty.
I thought I'd report back what my problem was as I think it's probably the same as this issue. Anything in the query string is being used in the `FilterQueryBuilder`...
@chirag7jain I'm having the same issue. Did you manage to figure out what the problem was?
If anyone else ends up here: I'm pretty sure **I** solved this by not using `FacetCharField()` but `CharField(faceted=True)` instead.
Works for me. I'm running: ``` Django==1.8.4 django-debug-toolbar==1.4 django-debug-toolbar-template-timings==0.6.4 ```
This is confusing me too. Shouldn't they both actually be `Boolean` rather than `true`/`false`? If a default required it should be done like this: ``` props: { ... trueValue: type:...