-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Cancellable search requests #498
Copy link
Copy link
Closed
matrix-org/matrix-react-sdk
#9574Labels
A-Timeline-SearchO-OccasionalAffects or can be seen by some users regularly or most users rarelyAffects or can be seen by some users regularly or most users rarelyS-MajorSeverely degrades major functionality or product features, with no satisfactory workaroundSeverely degrades major functionality or product features, with no satisfactory workaroundT-Enhancement
Milestone
Metadata
Metadata
Assignees
Labels
A-Timeline-SearchO-OccasionalAffects or can be seen by some users regularly or most users rarelyAffects or can be seen by some users regularly or most users rarelyS-MajorSeverely degrades major functionality or product features, with no satisfactory workaroundSeverely degrades major functionality or product features, with no satisfactory workaroundT-Enhancement
Type
Fields
Give feedbackNo fields configured for issues without a type.
Search requests can take a long time. We need to be able to cancel the JS SDK promise - either using something like bluebird cancellable promises, or extending the JS SDK to have a cancelSearch method a bit like the cancelUpload method.