Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. keyword search

keyword search

Scheduled Pinned Locked Moved ASP.NET
csharpdatabasehelptutorialquestion
7 Posts 3 Posters 0 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.
  • E Offline
    E Offline
    eyeseetee
    wrote on last edited by
    #1

    Hi Does anyone know any good articles for creating a keyword search in c#? Ive found loads which show you how to search through a database driven website but all the content on my website that I need to search for is not database driven any help would be great! thanks

    C G 2 Replies Last reply
    0
    • E eyeseetee

      Hi Does anyone know any good articles for creating a keyword search in c#? Ive found loads which show you how to search through a database driven website but all the content on my website that I need to search for is not database driven any help would be great! thanks

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      If it's not database driven, your best bet is to use google to search your site, if it's live. If it's not, then you need to build a DB.

      Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

      E 1 Reply Last reply
      0
      • C Christian Graus

        If it's not database driven, your best bet is to use google to search your site, if it's live. If it's not, then you need to build a DB.

        Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

        E Offline
        E Offline
        eyeseetee
        wrote on last edited by
        #3

        OK Basically Im building a web app which will have lots of links and text information displayed on pages. So the text information which is not stored in the database can only be searched using google and not a custom search engine I build myself as it would take too long, is that what you mean? I was hoping to find some example code on how to create my own search engine but I dont want to spend months doing it. thansk for the reply

        C 1 Reply Last reply
        0
        • E eyeseetee

          OK Basically Im building a web app which will have lots of links and text information displayed on pages. So the text information which is not stored in the database can only be searched using google and not a custom search engine I build myself as it would take too long, is that what you mean? I was hoping to find some example code on how to create my own search engine but I dont want to spend months doing it. thansk for the reply

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          .netman wrote:

          I was hoping to find some example code on how to create my own search engine but I dont want to spend months doing it.

          Every search engine, including Google, is based on databases and indexes. The better the indexing, the quicker the searches. That's what a database is good for, there's really no alternative. If your pages are static, you could choose to put the content into a DB, and search from there, that shouldn't take too long. It depends on how complex a search you want to support. IF your site is live, then there is no better option IMO than doing a google search from your site with site: yourURL as part of the search string.

          Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

          E 1 Reply Last reply
          0
          • C Christian Graus

            .netman wrote:

            I was hoping to find some example code on how to create my own search engine but I dont want to spend months doing it.

            Every search engine, including Google, is based on databases and indexes. The better the indexing, the quicker the searches. That's what a database is good for, there's really no alternative. If your pages are static, you could choose to put the content into a DB, and search from there, that shouldn't take too long. It depends on how complex a search you want to support. IF your site is live, then there is no better option IMO than doing a google search from your site with site: yourURL as part of the search string.

            Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

            E Offline
            E Offline
            eyeseetee
            wrote on last edited by
            #5

            Thanks for the reply. The app is not live yet so it may be worth putting the content in a database and then just using queries to search the data. I think I will do that. cheers

            1 Reply Last reply
            0
            • E eyeseetee

              Hi Does anyone know any good articles for creating a keyword search in c#? Ive found loads which show you how to search through a database driven website but all the content on my website that I need to search for is not database driven any help would be great! thanks

              G Offline
              G Offline
              Geir Danielsen
              wrote on last edited by
              #6

              Take a look at the Searcharoo project here[^]

              E 1 Reply Last reply
              0
              • G Geir Danielsen

                Take a look at the Searcharoo project here[^]

                E Offline
                E Offline
                eyeseetee
                wrote on last edited by
                #7

                Hi thanks for the reply This is not quite what I want though cheers anyway

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups