Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Behind the Scenes
  3. Qt.io webservices
  4. How does the search box work?
Qt 6.11 is out! See what's new in the release blog

How does the search box work?

Scheduled Pinned Locked Moved Qt.io webservices
9 Posts 3 Posters 5.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    fcrochik
    wrote on last edited by
    #1

    Is the search box just about "words" or is there any special clauses you can query?

    It seems that we have several pieces of search on the web site. You can search by tag (constrained or not to a section of the web site) and by code words. It would be really great if we could combine all them... Soon enough (hopefully) we will have just too many results...

    For example I would like to type on the seach box something like:

    in:forum tag:qml "create object"

    Is there any way to do something like that?

    Certified Specialist & Qt Ambassador <a href="http://www.crochik.com">Maemo, Meego, Symbian, Playbook, RaspberryPi, Desktop... Qt everywhere!</a>

    1 Reply Last reply
    0
    • F Offline
      F Offline
      fcrochik
      wrote on last edited by
      #2

      Created a suggestion on bugs:
      http://bugreports.qt.nokia.com/browse/QTWEBSITE-125

      Certified Specialist & Qt Ambassador <a href="http://www.crochik.com">Maemo, Meego, Symbian, Playbook, RaspberryPi, Desktop... Qt everywhere!</a>

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mgran
        wrote on last edited by
        #3

        The top right search is provided by Google Custom Search with refinements for Forum, Wiki and FAQ. So the in:forum in there, just a click away.

        Horrible truth incoming: We don't have the resources to create and maintain a search engine - that works as well as the one we use now.

        But, all is not lost; for the tag search we want to enable operators one day.

        Project Manager - Qt Development Frameworks

        1 Reply Last reply
        0
        • M Offline
          M Offline
          mgran
          wrote on last edited by
          #4

          [quote author="fcrochik" date="1291655825"]Created a suggestion on bugs:
          http://bugreports.qt.nokia.com/browse/QTWEBSITE-125[/quote]

          Cheers :)

          Project Manager - Qt Development Frameworks

          1 Reply Last reply
          0
          • F Offline
            F Offline
            fcrochik
            wrote on last edited by
            #5

            [quote author="mariusg" date="1291656131"]The top right search is provided by Google Custom Search with refinements for Forum, Wiki and FAQ. So the in:forum in there, just a click away.

            Horrible truth incoming: We don't have the resources to create and maintain a search engine - that works as well as the one we use now.

            But, all is not lost; for the tag search we want to enable operators one day.[/quote]

            It feels you have already all the pieces.... you have the tag and the "section"... adding the "code words" on the current "tag" search would be a very good beginning.

            The "gmail like" search may be less important then but not much harder to implement... the rules would be pretty simple and parsing the string could be done easily... Of course everything is easy for whom is not going to actually get it done :)

            Certified Specialist & Qt Ambassador <a href="http://www.crochik.com">Maemo, Meego, Symbian, Playbook, RaspberryPi, Desktop... Qt everywhere!</a>

            1 Reply Last reply
            0
            • K Offline
              K Offline
              kamalakshantv
              wrote on last edited by
              #6

              [quote author="fcrochik" date="1291656729"]
              [quote author="mariusg" date="1291656131"]The top right search is provided by Google Custom Search with refinements for Forum, Wiki and FAQ. So the in:forum in there, just a click away.

              Horrible truth incoming: We don't have the resources to create and maintain a search engine - that works as well as the one we use now.

              But, all is not lost; for the tag search we want to enable operators one day.[/quote]

              It feels you have already all the pieces.... you have the tag and the "section"... adding the "code words" on the current "tag" search would be a very good beginning.

              The "gmail like" search may be less important then but not much harder to implement... the rules would be pretty simple and parsing the string could be done easily... Of course everything is easy for whom is not going to actually get it done :)[/quote]

              Since the search is powered by Google search api - I think implementing all the google search features would be possible.

              1 Reply Last reply
              0
              • F Offline
                F Offline
                fcrochik
                wrote on last edited by
                #7

                only if google made them part of the offer... I don't know enough about it but would assume that requires some tweaking so it knows what tags and sections are.

                Certified Specialist & Qt Ambassador <a href="http://www.crochik.com">Maemo, Meego, Symbian, Playbook, RaspberryPi, Desktop... Qt everywhere!</a>

                1 Reply Last reply
                0
                • K Offline
                  K Offline
                  kamalakshantv
                  wrote on last edited by
                  #8

                  [quote author="fcrochik" date="1291660855"]only if google made them part of the offer... I don't know enough about it but would assume that requires some tweaking so it knows what tags and sections are. [/quote]

                  Right, someone from the development team can confirm this.

                  1 Reply Last reply
                  0
                  • M Offline
                    M Offline
                    mgran
                    wrote on last edited by
                    #9

                    You can always use then "Google operators":http://www.google.com/help/operators.html on that search.

                    And they have a system called "refinements". Maybe that together with some clever use of the "CSE API":http://code.google.com/apis/customsearch/docs/dev_guide.html could work to create QtDevNet custom operators.

                    But this might be a violation of the "only develop features that will be used (a lot)"-method of surviving as a project manager :)

                    Project Manager - Qt Development Frameworks

                    1 Reply Last reply
                    0

                    • Login

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • Users
                    • Groups
                    • Search
                    • Get Qt Extensions
                    • Unsolved