Commit aab87e2e authored by Romain Courteaud's avatar Romain Courteaud

Fix ExactMatch usage

parent aa4739ae
......@@ -100,7 +100,7 @@ if (portal.portal_activities.countMessageWithTag(tag) > 0):\n
# Check if it already exists\n
request_hosting_subscription_list = portal.portal_catalog(\n
portal_type=hosting_subscription_portal_type,\n
title={\'title\': software_title, \'key\': \'ExactMatch\'},\n
title={\'query\': software_title, \'key\': \'ExactMatch\'},\n
validation_state="validated",\n
default_destination_section=person.getRelativeUrl(),\n
limit=2,\n
......
762
\ No newline at end of file
763
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment