© 2025 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Initial Release
By providing key information from the search table to query messages, multiple service retrieval conditions and multiple service queries can be achieved.
You need to use the task class Search.Task.Search
to create a scheduled task and configure some information. Of course, it will also be created during the build process. If it fails, you will need to manually create and execute the next task, and after execution, you can query the messages.
(tip:
Perform a scheduled task before the visit to obtain the search criteria of the drop-down list)
` http://127.0.0.1:52773/csp/user/Search.Page.SearchApplication.cls
tip:
If you cannot access the Page, you may need to adjust and Web application and change the server file of /csp/user
to always and cache
.Make sure you have git and Docker desktop installed.
git clone https://github.com/Sara771dev/iris-message-search.git
docker-compose build
docker-compose up -d