This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Extending Search Functions

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Extending Search Functions

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15661
    jeremyredkeyjeremyredkey
    Participant

    To Whom It May Concern,

    I would like to extend your awesome Ajax Search Pro plugin, is it possible to have the search crawl an external page? I want my current site to crawl: http://sgmh.uat.staywellknowledgebase.com/ and pop up with results but unsure of how to do so. Also, I would like to use CSS on the autocorrection feature to stylize it to my needs, but am unsure of how to do so.

    Thank you for your time and help,

    Jeremy Redkey
    Web Developer
    951-463-0483

    #15665
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi Jeremy,

    That unfortunately is beyond the plugins capabilities. The search uses the local database to search for content, not the actual visible content. Therefore it is not possible to index 3rd party sites, I’m sorry.

    It depends on how do you want to style the autocomplete. It is a secondary input, that is absolutely positioned just above the search input field, so it hovers under it. Basically the search an the autocomplete are on top of each other. The autocomplete input field can be accessed with custom CSS rules like so:

    [html].proinput input.autocomplete {
    color: red !important;
    }[/html]

    This sample code will change the color of the text to red.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.