Bug 15342 - Spotlight sometimes returns no results on latest macOS
Summary: Spotlight sometimes returns no results on latest macOS
Status: ASSIGNED
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: DCE-RPCs and pipes (show other bugs)
Version: 4.17.4
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Ralph Böhme
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-23 15:46 UTC by Ralph Böhme
Modified: 2023-03-23 17:49 UTC (History)
0 users

See Also:


Attachments
Possible patch for master (1.36 KB, patch)
2023-03-23 17:49 UTC, Ralph Böhme
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Böhme 2023-03-23 15:46:10 UTC
With large indexed filesets querying the index server will take some time, so at the time the client sends its first request to retrieve results we may have no results yet. To indicate that the search is still running in the backend, it seems we must return 0x23 instead of 0x0 as status in the fetch-query-results response.

Have patch, need bugnumber...
Comment 1 Ralph Böhme 2023-03-23 17:49:38 UTC
Created attachment 17844 [details]
Possible patch for master