Skip to content
Snippets Groups Projects
Commit ee5bd671 authored by Robert Latta's avatar Robert Latta
Browse files

added quotes to search by name

parent c6ee20a1
No related branches found
No related tags found
No related merge requests found
...@@ -289,7 +289,7 @@ class IMS(object): ...@@ -289,7 +289,7 @@ class IMS(object):
name, name,
navigation_properties=None, navigation_properties=None,
use_cache=False): use_cache=False):
url = f'{entity}/byname/{name}' url = f'{entity}/byname/"{name}"'
return self._get_entity(url, None, navigation_properties, use_cache) return self._get_entity(url, None, navigation_properties, use_cache)
def get_filtered_entities( def get_filtered_entities(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment