Page MenuHomePhabricator

Fix pagination of fulltext search results
ClosedPublic

Authored by epriestley on Apr 12 2017, 9:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 3, 3:16 AM
Unknown Object (File)
Mon, Dec 30, 9:17 AM
Unknown Object (File)
Mon, Dec 30, 9:17 AM
Unknown Object (File)
Sun, Dec 29, 3:23 AM
Unknown Object (File)
Dec 8 2024, 1:12 PM
Unknown Object (File)
Dec 8 2024, 9:45 AM
Unknown Object (File)
Dec 4 2024, 7:54 AM
Unknown Object (File)
Nov 30 2024, 12:28 PM
Subscribers
None

Details

Summary

Fixes T8285. Fulltext search relies on an underlying engine which can not realistically use cursor paging. This is unusual and creates some oddness.

Tweak a few numbers -- and how offsets are handled -- to separate the filtered offset and unfiltered offset.

Test Plan
  • Set page size to 2.
  • Ran a query.
  • Paged forward and backward through results sensibly, seeing the full result set.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable