-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This layout allows users to search some data in the repository. While the Global Search engine performs a query on the whole repository, this layout allows users to define their own scope and search options.
https://github.com/casewise/cpm/wiki
Create the following structure :
Configure the layout using the options :
Also, select all the properties you want to look in, for each node.
The options are the following :
Used to add some data into the scope of search.
Ex : ["nodeId1", "nodeId2"]
Indicates whether you want to search for the exact term or not. For exemple, if you look for "data" you can choose if you want a match when an object contains the word "database" or not.
This option can be modified at the user level.
Indicates whether you want to retrieve an object if it contains all the searched terms or not. For exemple, if you look for "Oracle database", the default behavior will make the engine retrieve an object if it contains "Oracle" or "Database". if you check this option, the retrieved items will contains "Oracle" and "Database".
This option can be modified at the user level.
You can defined a init scope for your search engine. The structure of the data should use the JSON syntax:
{"activite_1876185931":["name", "description"]}
Below is a screenshot of what you get once your layout is deployed.