Hi, If my unique identifier is called guid and one of the ids in it is, for example, "article:123". How can I query for that article id? I have tried a number of ways but I always either get no results or an error. It seems to be to do with having the colon in the id value.
eg. ?q=guid:article:123 -> error ?q=guid:"article:123" -> error ?q=guid:article%3A123 -> error Any ideas? Cheers Rob