feat: remove FSearch integration and related files#207
Conversation
Reviewer's GuideThis pull request removes the FSearch integration. This was achieved by deleting all FSearch third-party library files and the project's custom FSearcher implementation. CMake build scripts were significantly altered to exclude FSearch, remove its dependencies, and adjust preprocessor definitions (removing File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
- Deleted FSearch related source and header files to streamline the project. - Updated CMake configuration to remove references to FSearch. - Adjusted searcher implementation to focus on the new file name searcher. Log: clean up project by removing obsolete FSearch integration
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Johnson-zs, Kakueeen The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/forcemerge |
|
This pr force merged! (status: unstable) |
2c6a4b6
into
linuxdeepin:develop/new-file-search
Log: clean up project by removing obsolete FSearch integration
Summary by Sourcery
Remove FSearch integration and related files from the project, streamlining the file search functionality to use only the filename searcher
New Features:
Bug Fixes:
Chores: