cool thanks I'll be using a library to make requests to this. I'll be doing encodeURIComponent in JS
chirlu`
And “artist:jack johnson” will search for “jack” in the artist field, and for “johnson” in the default field (title).
michaeljames
thanks
so I need artist:"jack johnson"
?
Freso
Yep.
chirlu`
Or artist:(jack johnson)
Freso
Or artist:(jack johnson), I guess.
Heh.
michaeljames
cool, is there a preference over them?
Freso
Depends on how sure you are that "jack johnson" is how he is written.
ruaok
sudo: no tty present and no askpass program specified
Freso
artist:(jack johnson) search for "jack" and/or "johnson" on the artist field.
chirlu`
"jack johnson" searches for the phrase.
Freso
artist:"jack johnson" searches for "jack johnson" in it.
michaeljames
I see
chirlu`
So it will not find “Jack Joe Johnson”.
michaeljames
cool that makes sense
CallerNo6
this is true for 'method=advanced' only, isn't it?
michaeljames
O btw the search server I have setup I'm thinking that it might be useful to some people
so I'm thinking of sharing the AWS AMI instance publicly and have issues and docs on github
chirlu`
CallerNo6: Yes, but web service queries always used advanced syntax.
michaeljames
Is this something you guys may find useful?
Freso
ruaok, we can just make MB point to michaeljames' search instance and we won't have to host the search servers ourselves anymore! \o/
ruaok
perfect.
Freso
:p
ruaok
just make sure it can handle 10M queries in a day or so. :)
michaeljames
haha wow! Umm I'm not telling you the URL lol
batmanav joined the channel
reosarevok
michaeljames: basically, not necessarily us but other people might - but you might end up finding too many people are hitting it, or with too many queries anwyay
michaeljames
yeah I won't make my url public
Freso
;)
Just post it in the headphones forum.
michaeljames
just the image for people to setup their own server
Freso
(Well, I assume they have a forum anyway.)
reosarevok
Oh, ok
Freso
An image would be nice.
michaeljames
headphones forum is that on musicbrainz.org?
reosarevok
That would probably be helpful, yes :)
michaeljames
yeah I can share when its available
Freso
michaeljames: Nope. headphones is untirely unaffiliated with MB.
reosarevok
Nah, headphones is some app that people keep making their own VM servers for
michaeljames
i had issues getting the java servlet to build so I took the jar and war files from the blog site.
Freso
And the software likes to make a *lot* of requests in a short amount of time.