Announcement

Collapse
No announcement yet.

Power Search Auto Complete

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Re: Power Search Auto Complete

    That is odd. I have shownoresults:false, in there and it still shows it.

    Looks like I need to update that js library.
    Last edited by wcw; 09-24-10, 11:54 AM.
    Bill Weiland - Emporium Plus http://www.emporiumplus.com/store.mvc
    Online Documentation http://www.emporiumplus.com/tk3/v3/doc.htm
    Question http://www.emporiumplus.com/mivamodu...vc?Screen=SPTS
    Facebook http://www.facebook.com/EmporiumPlus
    Twitter http://twitter.com/emporiumplus

    Comment


      #17
      Re: Power Search Auto Complete

      Yep. It is a bug in version 2.0, fixed in version I sent.
      Alan Mecca
      President
      8:30-5:00 M-Th, 8:30-4:30 F
      T: 800-899-0620
      E: [email protected]
      www.personalizeddoormats.com

      Comment


        #18
        Re: Power Search Auto Complete

        Well, I uploaded the new js and css files. When I changed the code in the head section to point to the new js file it stopped working. I changed the js file back to 2.0 and it works again but the no results shows.
        Bill Weiland - Emporium Plus http://www.emporiumplus.com/store.mvc
        Online Documentation http://www.emporiumplus.com/tk3/v3/doc.htm
        Question http://www.emporiumplus.com/mivamodu...vc?Screen=SPTS
        Facebook http://www.facebook.com/EmporiumPlus
        Twitter http://twitter.com/emporiumplus

        Comment


          #19
          Re: Power Search Auto Complete

          initially mine broke too. I modified the properties (right above the </body> tag) to this:

          var options = { script: "pathToScript.php?", varname: "variableName", json: true, maxresults: 35};var as = new bsn.AutoSuggest('idOfTextfield', options);I then modified the various fields. But I think the main difference is the what I highlighted in red.
          Alan Mecca
          President
          8:30-5:00 M-Th, 8:30-4:30 F
          T: 800-899-0620
          E: [email protected]
          www.personalizeddoormats.com

          Comment


            #20
            Re: Power Search Auto Complete

            Thanks for digging out the newer version of the library.

            Here is the line that broke
            var as_json = new AutoSuggest('searchadvanced', options);
            Added the bsn. and all is fine now.
            var as_json = new bsn.AutoSuggest('searchadvanced', options);
            Last edited by wcw; 09-24-10, 01:31 PM.
            Bill Weiland - Emporium Plus http://www.emporiumplus.com/store.mvc
            Online Documentation http://www.emporiumplus.com/tk3/v3/doc.htm
            Question http://www.emporiumplus.com/mivamodu...vc?Screen=SPTS
            Facebook http://www.facebook.com/EmporiumPlus
            Twitter http://twitter.com/emporiumplus

            Comment


              #21
              Re: Power Search Auto Complete

              no matter what I do I can not get this to work ugh

              Comment


                #22
                Re: Power Search Auto Complete

                <script type="text/javascript">
                var options = {
                script:"http://url.com/mm5/merchant.mvc?Stor...l&Screen=test1&",
                varname:"autoletter",
                json: true,
                delay:100,
                timeout:4000,
                cache:false,
                shownoresults: false,
                };
                var as_json = new bsn.AutoSuggest('searchadvanced', options);
                </script>



                I am just getting a error.



                Webpage error details
                User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.5; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; MSSDMC2.5.2219.1)
                Timestamp: Wed, 20 Oct 2010 10:24:48 UTC

                Message: 'bsn' is undefined
                Line: 316
                Char: 1
                Code: 0
                Last edited by field; 10-20-10, 02:29 AM.

                Comment


                  #23
                  Re: Power Search Auto Complete

                  I am out of town until Oct 31. If you want to wait until after that, I'm sure we could figure it out. Make sure you have downloaded the latest bsn files as they changed how it was done and what the code had in it.
                  Bill Weiland - Emporium Plus http://www.emporiumplus.com/store.mvc
                  Online Documentation http://www.emporiumplus.com/tk3/v3/doc.htm
                  Question http://www.emporiumplus.com/mivamodu...vc?Screen=SPTS
                  Facebook http://www.facebook.com/EmporiumPlus
                  Twitter http://twitter.com/emporiumplus

                  Comment


                    #24
                    Re: Power Search Auto Complete

                    Thanks Bill I can wait for you :sigh:

                    I might have a few more things for you to look at when you are back in FL

                    Comment


                      #25
                      Re: Power Search Auto Complete

                      HEY I GOT IT.

                      HAD VERSION 2.0 not 2.1

                      all working

                      Comment


                        #26
                        Re: Power Search Auto Complete

                        ok all is working but the results are based on searched terms.

                        is there a way for it to pull from power search file that is built from your store products?

                        Also i am getting ajax error from mac.

                        Comment


                          #27
                          Re: Power Search Auto Complete

                          The reason I used searched terms is that was available for all. To use it from the store products meant you would have had to use the template data feed to built the words lists use the parse tokens. Not everybody has the template data feed. But everybody can do the autocomplete without buying the data feed module by using the successful search terms.
                          Bill Weiland - Emporium Plus http://www.emporiumplus.com/store.mvc
                          Online Documentation http://www.emporiumplus.com/tk3/v3/doc.htm
                          Question http://www.emporiumplus.com/mivamodu...vc?Screen=SPTS
                          Facebook http://www.facebook.com/EmporiumPlus
                          Twitter http://twitter.com/emporiumplus

                          Comment


                            #28
                            Re: Power Search Auto Complete

                            it is working in firefow
                            not on safari it seems geting ajax error
                            Not On IE 8 getting error
                            Webpage error details
                            User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; MSSDMC2.5.2219.1)
                            Timestamp: Sun, 24 Oct 2010 22:41:41 UTC

                            Message: Expected identifier, string or number
                            Line: 291
                            Char: 1
                            Code: 0
                            URI:

                            at least I got most of it working

                            Comment


                              #29
                              Re: Power Search Auto Complete

                              if both the successful searches and the datafeed were used..
                              can the results be ranked as more relevant .. say if the term was more successfully searched for more often...

                              for example: a person searches for 'box'
                              and you have four kinds of boxes in your store.
                              I'd want the 'box' that we sold the most of.. to be more relevant and to show up higher in the search results.

                              I think relevance as amazon does it is by page views. we don't have this data stored in the merchant database, but we do have qty sold. and that's pretty relevant.

                              can this be setup so the default search results are 'relevant'?

                              Comment


                                #30
                                Re: Power Search Auto Complete

                                Page views is the most relevant. Go to http://www.pinemporium.com/mm5/merch...&Store_Code=PE Search on 1AA. Sort on Most Viewed. I kept it brief since the topic of this thread is autocomplete feature.
                                Last edited by wcw; 10-24-10, 08:35 PM.
                                Bill Weiland - Emporium Plus http://www.emporiumplus.com/store.mvc
                                Online Documentation http://www.emporiumplus.com/tk3/v3/doc.htm
                                Question http://www.emporiumplus.com/mivamodu...vc?Screen=SPTS
                                Facebook http://www.facebook.com/EmporiumPlus
                                Twitter http://twitter.com/emporiumplus

                                Comment

                                Working...
                                X