Mercurial > hg > orthanc
comparison OrthancServer/OrthancMoveRequestHandler.cpp @ 1763:f7014cca73c7
integration db-changes->mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 29 Oct 2015 12:45:20 +0100 |
parents | b3de74dec2d5 |
children | 4f01c9d73f02 |
comparison
equal
deleted
inserted
replaced
1743:8fc1d096aa38 | 1763:f7014cca73c7 |
---|---|
146 } | 146 } |
147 | 147 |
148 const std::string& content = value.GetContent(); | 148 const std::string& content = value.GetContent(); |
149 | 149 |
150 std::list<std::string> ids; | 150 std::list<std::string> ids; |
151 context_.GetIndex().LookupIdentifier(ids, tag, content, level); | 151 context_.GetIndex().LookupIdentifierExact(ids, level, tag, content); |
152 | 152 |
153 if (ids.size() != 1) | 153 if (ids.size() != 1) |
154 { | 154 { |
155 return false; | 155 return false; |
156 } | 156 } |