Skip to content

2.0.3

@EtienneThompson EtienneThompson tagged this 29 Jan 19:58
ua_generic_rest_api.py
	- Queries were being processed without order from a set. This was
		stopping some queries, which are substrings of other queries,
		from being added if the query it is a substring of was added
		first. Ordering a set of the queries fixes this by guaranteeing
		the substrings are added to the query before the other queries.
Assets 2