- Issue created by @whiz11
- 🇲🇺Mauritius whiz11
Adding a patch to fix this on the beta5 release. It will then work as follows
query SearchContent($search_text: String, $page: ID) { entityById(entityType: VIEW, id: "search_content") { ... on View { executable(displayId: "default") { ... on ViewExecutableSearchContentDefault { execute( searchApiFulltext: $search_text page: $page ) { rows { id label } total_rows } } } } } }
- 🇨🇭Switzerland ayalon
Thanks for your patch! I have added the total row field and also found another bug while dealing with translations on a view with search api backend.
This has now been fixed and commited.
- Status changed to Fixed
10 months ago 1:47pm 25 January 2024 - Status changed to Fixed
10 months ago 1:47pm 25 January 2024