Hey,
I have an custom mod (more info here) which I need to make work correct with search.
So basically I noticed that the category choice in power search means nothing when searching for words. I need this to work and I'm willing to pay someone to do it. Please post your price.
What needs to be done:
Fix so that I may search for title or custom field and then choose category and it will only search for links in the category.
Explanation:
Example:
I have categories:
English
- A
- B
- C
- D... and so on
Norwegian
- A
- B
- C
- D... and so on
On my front page, only the languages (english and norwegian) categories are displayed... Now, I have a movie ONLY in the Norwegian category called "pochahontas". Now I search for phochahontas in the English category and I find itBut I should only find it when I search the Norwegian category or all.
Keep in mind that when I search for "", that's right, "nothing".. I will get correct results. In other words I get tons of results when searching for nothing in the English category and 1 result when searching in the Norwegian category.
This is the code I'm using at the moment:
If you need my power_search file let me know.Code:<form method="get" action="power_search.php" style="margin:0px"> <%if $category_path_search_opt%> <input type="hidden" name="cat" value="<%$cat%>" /> <%/if%> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td> <input type="text" name="title" size="20" <%if $keyword%> value="<%$keyword%>" <%else%> value='' onblur="if(this.value=='') this.value='search...';" onfocus="if(this.value=='search...') this.value='';" <%/if%> /> </td> <td><div id="cat_div"><select name="cat" onchange="FetchPricing(); return false"><option value="0">All languages</option><option value="30" >English</option> <option value="33" >Norwegian</option> </select> </div></td> <input type="hidden" name="pflag" value="search" /> <td><input type="submit" name="Submit3" value="Search" class="button" /> </td> </tr> </table> </form>
A screen shot included:
![]()


But I should only find it when I search the Norwegian category or all.

