I might be missing something but I dont think that article answers my question....
i want to confine a search to custom fields in links so i have a custom field in links called 'software' and I want to search the field 'software' for 'games'
following the article you referenced... search.php?filled=1&whichtype=links&condition=like&search=games produces search results from all of links matching term 'games' I dont want that
I only want results from custom field 'software' in links matching search term 'games'
Sorry, I must've been having a slow reading comprehension day. This url seems to work for me in a quick test: search.php?action=filter&filled=1&whichtype=categories&namesearch=test&namecondition==
In your case it should be search.php?action=filter&filled=1&whichtype=links&softwaresearch=test&softwarecondition=like
The process I'm following here is just copying all of the form elements that would be getting submitted over into the url.
Updated manual.
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on search.php command line question
Member
Usergroup: Customer
Joined: Jan 15, 2005
Total Topics: 7
Total Comments: 20
I know its possible to make a link of say a popular search term in your wsnlinks site using wizardofchips.com/directory...ndition=like&search=Search word
so would it also be possible to confine that same search to only search a particular field??
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
scripts.webmastersite.net/w...nks/wsnmanual/articles/246
Member
Usergroup: Customer
Joined: Jan 15, 2005
Total Topics: 7
Total Comments: 20
I might be missing something but I dont think that article answers my question....
i want to confine a search to custom fields in links
so i have a custom field in links called 'software' and I want to search the field 'software' for 'games'
following the article you referenced...
search.php?filled=1&whichtype=links&condition=like&search=games produces search results from all of links matching term 'games' I dont want that
I only want results from custom field 'software' in links matching search term 'games'
you follow me??
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Sorry, I must've been having a slow reading comprehension day. This url seems to work for me in a quick test: search.php?action=filter&filled=1&whichtype=categories&namesearch=test&namecondition==
In your case it should be
search.php?action=filter&filled=1&whichtype=links&softwaresearch=test&softwarecondition=like
The process I'm following here is just copying all of the form elements that would be getting submitted over into the url.
Updated manual.