1) we get back only 5 results for each ‘search string’, even if there
are a lot more in your database. Example: if we search for ‘Beatles’
we get only 5 results, but, obviously, there are a lot more albums by
‘Beatles’ in your archive. How can we get more than 5 results with a
simple ‘Beatles’ search?
2) we noticed that sometimes a search gives back ‘no results’ using
the ’/glue/findObjects’ (or even searching your site manually), even
if the items really are in you database. Example: if we do a search
for ‘Nobukazu Takemura’ using your ‘find’ API or inserting the same
string in the search box of your site, we get no results; but if we
write the title ‘Scope’ AND the artist ‘Nobukazu Takemura’ in the ’/
glue/getObjects’ API, or we simply write the string ‘http://
getglue.com/music/scope/nobukazu_takemura’ in the url, we get the
album from your database. Are we doing something wrong? Is there any
way to get all the results using the simple ‘find’ API?
Thanks,
Alessandro