Open GoogleCodeExporter opened 8 years ago
I have made a patch that will check for exact matches - not exactly the most
efficient method possible, but simple and not a problem for this sort of usage
with small numbers of similarly named photo albums.
The loop checking for a match checks all returned results. However, assuming
that matches are returned in lexographical order, an exact match will always be
the first result in which case the loop will only iterate once. Checking all
results is merely for safety, in case my assumption above is incorrect.
Original comment by moro...@gmail.com
on 1 Apr 2012 at 1:36
Attachments:
Original issue reported on code.google.com by
moro...@gmail.com
on 1 Apr 2012 at 1:28