We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2032554 commit 01476baCopy full SHA for 01476ba
1 file changed
sw360/sw360_api.py
@@ -360,7 +360,7 @@ def get_projects_by_tag(self, tag):
360
:rtype: list of JSON project objects
361
:raises SW360Error: if there is a negative HTTP response
362
"""
363
- full_url = self.url + "resource/api/projects?tag=" + tag
+ full_url = self.url + "resource/api/projects?tag=" + tag + "&luceneSearch=true"
364
resp = self.api_get(full_url)
365
if not resp:
366
return None
0 commit comments