HTML form

Use this forum for everything concerning script usage
Post Reply
atagal
Newbie
Newbie
Posts: 34
Joined: Tue Oct 26, 2010 12:08 am

HTML form

Post by atagal »

How to combined 2 queries in one request?

I would like use ARTIST & ALBUM in one querry for advanced search.
It will save a lot time!

for example:

http://www.discogs.com/advanced_search? ... ade+Runner

artist=Vangelis
release_title=Blade+Runner

artist=%:str|release_title=%:str

Code: Select all

{?

 ARTIST=FORM;artist=%:str|release_title=%:str|btn=#:click

/?}
but unfortunately % belongs to ARTIST...

should i post in request forum to add variables (%A %L etc) instead only one %?


And how to escape ":"?

for example i want search within field

track:"some track"
http://www.discogs.com/search?q=track:s ... btn=Search

Tgf don't search with ":" in query. Result always empty.
Last edited by atagal on Fri Oct 29, 2010 6:31 am, edited 1 time in total.

User avatar
jtclipper
Administrator
Administrator
Posts: 770
Joined: Tue Aug 10, 2010 12:04 pm

Re: HTML form

Post by jtclipper »

I could add another popmenu entry like : "Search for Artist+Album/Title" and support for this in the scripts its no big deal to do it. But %variables seem like a better idea I will see what can be done.
As for : I used it thinking that its not commonly used in what we need to search for, instead of supporting an Esc mechanism I can just change it to another character like ^.
Last edited by Anonymous on Fri Oct 29, 2010 7:24 am, edited 1 time in total.
Dimitris

Post Reply