-
- [x] Tested with the latest Haystack release
- [x] Tested with the current Haystack master branch
## Expected behaviour
One query to solr backend
## Actual behaviour
Two queries, one with an `end_o…
-
**Describe the bug**
When viewed in browser, a fully loaded issue-table seem render an incomplete table.
![image](https://github.com/CATcher-org/CATcher/assets/4567895/95e58b3f-904f-4b0d-a75e-f2eb42…
-
Hi,
I couldn't find any links in the docs that support pagination in piccolo. Is there any support for it which I can integrate with my FastAPI server endpoint? (Mostly looking on the lines of Django…
-
I think the library is being opinionated about paginators being displayed as part of meta. I understand this might be true in most of the cases, but even in that cases, I might want my paginator links…
-
I'm trying to paginate [followers](https://dev.twitter.com/rest/reference/get/followers/list), but I can't figure it out because of response structure (list of followers is under 'users' key). Is ther…
-
-
Hi, let's assume that I have this object ```response = api.execute('findItemsByKeywords', request)``` and it has more than 100 items. How do I loop through the pages with the paginator - I don't see a…
-
Hello,
I have an issue with getting content from multi-page table generated by JavaScript.
I have the base URL: https://ssl.blansko.cz/Gordic/Ginis/App/UDE01-Boritov/(S(wfe4j5p4n3sokugk1lpsgtrd))/…
-
Just a few things to consider for v4:
Sometimes there is a need to provide an offset-limit pagination instead of human readable "page numbers". This might be useful for API endpoints. Most of the tim…
-
### Summary
We are used to use abstractions as return type in our method declaration. In most of the cases it is a good practice because we can change implementation without breaking the client.
…