Results 1 to 7 of 7

Thread: Need help for small search "bug"

  1. #1
    Join Date
    Jan 2008
    Posts
    141

    Default Need help for small search "bug"

    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 it But 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:

    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%>
                              />&nbsp;&nbsp;
    
                            </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>&nbsp; &nbsp; </div></td>
    
    <input type="hidden" name="pflag" value="search" />
                            <td><input type="submit" name="Submit3" value="Search" class="button" />
                            </td>
                          </tr>
                        </table>
                      </form>
    If you need my power_search file let me know.

    A screen shot included:

  2. #2
    Join Date
    Jan 2008
    Posts
    141

    Default

    Nobody?

  3. #3
    Join Date
    Jan 2008
    Posts
    141

    Default

    Keep in mind this is paid work, and I really need this working

  4. #4
    Join Date
    Jan 2008
    Posts
    141

    Default

    It's dissapointing to see no one interestin please if you know how to make this work contact me, I'll pay you well

  5. #5
    Join Date
    Jan 2008
    Posts
    141

    Default

    Bump

  6. #6
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    Quote Originally Posted by Warz View Post
    It's dissapointing to see no one interestin please if you know how to make this work contact me, I'll pay you well
    maybe Nicecoder would like some paid work...



    .
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

  7. #7
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    Submit a support ticket, I'll forward it to the programmers.

Similar Threads

  1. Replies: 8
    Last Post: 09-07-2007, 10:23 AM
  2. Replies: 1
    Last Post: 01-22-2007, 08:18 PM
  3. Replies: 1
    Last Post: 07-18-2002, 07:47 PM
  4. Need Modification for "Indexu Search"
    By anosh in forum v5.x
    Replies: 4
    Last Post: 05-14-2002, 06:32 AM
  5. Changing Search "bold" Colour
    By Hart_House in forum v5.x
    Replies: 1
    Last Post: 12-05-2001, 10:21 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •