The SynergyX AppSearch is a simple add-in designed to enhance the user experience within Exact Synergy Enterprise. This add-in provides a seamless search functionality, allowing users to quickly locate applications by typing in a search box.
To install the SynergyX AppSearch tool, follow these steps:
-
Download the Add-in:
- Download the latest version of the add-in from the releases page.
-
Install the Add-in:
- Extract the contents of the downloaded ZIP file (e.g., SynergyX.AppSearch-v1.x.zip) to a folder on your computer.
- Copy all the extracted files and folders from SynergyX.AppSearch-v1.x directory.
- Paste these files into the installation directory of your Exact Synergy Enterprise application. Ensure that you replace any existing files if prompted.
-
Verify Installation:
Once the add-in is installed, you can start using the search functionality as follows:
-
Enter Search Query:
- Type the name or part of the name of the application you are looking for in the search box.
- Even if you type the words in the wrong order and typo, the search will still work (e.g., "nw requset" for "Request New").
- Since the the "Settings" application is present in almost every module, you can also type a combination of module name, menu tab, group, and application name (e.g., type "system dtap setting" to find the Settings application under "Modules -> System -> Setup -> DTAP Management - Settings").
-
View Results:
- As you type, the search box will display a list of matching applications.
- Click on an application from the search results to be redirected to its details page.
I greatly value contributions of all kinds, including those related to security, performance, UI/UX, and more, to enhance the SynergyX AppSearch add-in. Here’s how you can get involved:
-
Fork the Repository:
-
Go to the repository and click on Fork to create your own copy.
-
-
Make Your Changes:
- Clone your forked repository to your local machine:
git clone https://github.com/luckyendey/CSSynergyX.AppSearch.git
- Create a new branch for your changes:
git checkout -b feature/your-feature-name
- Implement your changes or fixes.
- Clone your forked repository to your local machine:
-
Submit a Pull Request:
- Push your changes to your forked repository:
git add . git commit -m "Describe your changes" git push origin feature/your-feature-name
- Open a pull request in the original repository to propose your changes.
- Push your changes to your forked repository:
-
Report Issues:
- If you find any bugs or have feature requests, please open an issue in the issues tracker.
- Special thanks to the creators and maintainers of FuzzySharp. This library significantly simplified the implementation and made this project possible.