Open
Description
Our documents have randomly generated UUIDs. All the UUIDs are large integers with the majority of these being negative numbers. The search builder that passes the query to solr does not put speech marks around the uuid. Any query passed to solr must have the string in speech marks, eg UUID:"-6604297317300560302" This means that our bookmarks only displays correctly if all of the documents that are bookmarked have positive UUIDs.
I think this is where the code needs altering but I can't be sure exactly what needs doing and if this won't have a knock on impact elsewhere.