Task #2766 (new)
Opened 9 years ago
Projection count for qs.findAllByFullText()
| Reported by: | wmoore | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | Unscheduled |
| Component: | Search | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
Want to filter search for pagination (#2762) but also know how many total results would be returned without filter.
Equivalent to
qs.projection("select count(p.id) from ... , None)[0][0]
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.