ACSearch Plugin

By Yohann CIURLIK August 30, 2007, 1:40

After my NiceWeb2Css to format your text in , I started in the of a second plugin: An autocomplete for the search of WordPress.

ACSearch (AutoCompletion Seaches) to add the autocomplete field of research that fail to WordPress. It gets the words right in your articles.

Screenshot:

acsearch ACSearch Plugin

Download:
ACSearch plugin (1500)

Installation:

  1. Download the plugin.
  2. Extract the file AutoCompletionSearches and copy the directory of (wp-content / / AutoCompletionSearches /).
  3. Activate the plugin from the admin interface.
  4. Update the configuration options from the admin interface (Options -> ACSearch).
  5. WARNING: Check the Search Field ID in the options ACSearch. It must match the ID of your search field. To verify this:
    1. Go to the theme editor (Theme -> Theme Editor).
    2. Select the file searchform.php.
    3. You will find the following code <input type = "text" value = "<? Wp_specialchars php echo ($ s, 1);?>" Name = "s" id = "s" />. Here, the identifier (ID ) is: s

Use:

You simply enter a keyword in the search form to your to enjoy the result.

Additions:

If you want to change the , edit autosuggest_inquisitor.css located in the folder AutoCompletionSearches \ css directory of your plugins.

This plugin is based on Ajax Auto Suggest v2.1.3 .

Version history (ChangeLog):

Version 1.0 (August 30, 2007):

  • Launch of the first version.
  • Does not yet include all the words of the articles.

Did you enjoy this article? Subscribe to the blog via email or RSS, you will automatically receive the new notes!

46


A

[...] Fixed and everything about blogging, Especially with WordPress. Go ahead, subscribe to our feed! ACSearch adds auto-completion to the WordPress search [...]


2
ovidiu August 31, 2007 at 6:53

I wanted to try the search on your order page and nothing Happens firebug shows me plenty of errors on your page.

I Have Problems AND HAD commenting here, There Are Always Some wp-cache2 errors


3

[...] Plugin Releases for 8 / 31 ACSearch adds auto-completion to the WordPress search [...]


4

[...] ACSearch Plugin (tags: wordpress plugin) [...]


5
Yohann CIURLIK August 31, 2007 at 12:51

@ Ovidiu:
Like you say it, give me cache2 wp-somes errors, i have desactivated and All Is it ready.

Hmm, sorry for my English but i am going out ot the bed :)


6

[...] Visit [...]


7
Manele September 11, 2007 at 8:03

i just installed this plugin on my blog and i love it! thank you!


8
Yohann CIURLIK September 11, 2007 at 9:45

Thanks to you, Manele :)


9
Geoffrey September 12, 2007 at 2:01

Hello Yohann,

Excellent work from you on this Plugin ... I installed it, it works ... more or less. In fact, I'm in Firefox and when the results are displayed in ... nothing is done ... I can click, I use the enter button, I do not redirect to the page in question ... the problem is exactly the same on your site ... would you have a tips?

Thank you in advance ...

Geoffrey.


10
Yohann CIURLIK September 12, 2007 at 2:32

I do not understand I can click me.
the problem is when you click on the SEARCH button or when you click on the popup that appears (displaying the search results)?


11
Geoffrey September 12, 2007 at 2:53

When the window opens ... ACSearch Plugin by typing, for example, I see two results that appear are Plugins Plugin ... and if I click with my mouse on one of these two results, it does absolutely nothing happens ... it should take me to the search page or to the ticket?

Thank you ...


12
Yohann CIURLIK September 12, 2007 at 2:58

Well the answer is no :)
Simply by that when you type a keyword in the search bar and you validate it via the popup results, it is copied into the search bar.
You have the choice to enter a second and a third, etc ... (which will be added after the other one), or click on 'search' when searching directly with the chosen keywords.


13
Geoffrey September 12, 2007 at 3:01

Okay ... I understand ... in fact it completes the search ... this is not strictly speaking an engine ... and then I'll mess with the code so that when it is clicked it goes directly to the page search :)

I also want to ask two other small questions ... can I find somewhere the script that allows you to modify his comments ... and can be found somewhere a second script for the small bar that follows us in the bottom right? :)

It just made ... it's late tilt at the same time.
Yohann thank you very much!


14
Yohann CIURLIK September 12, 2007 at 3:19

Thank you.
That's what the plugin was doing early in development so it is I who have chosen this mode of operation.
Research which does not occur on a single word I found inappropriate research does take place in this way.
That voulou good night :)


15

[...] ACSearch adds auto-completion to the WordPress search field. [...]


16
"New functionality in the blog | idexen blog September 27, 2007 at 13:39

[...] Plugin can be downloaded at spawnrider.net Tags: [...]


17
Software Development Guide September 27, 2007 at 15:28

Software Development Guide ...

I Could not Understand Some share of this article, it sounds interesting ... view


18
Yohann CIURLIK September 28, 2007 at 10:59

@ SDG: Thanks!
To sum up: It Is a wordpress plugin Which display a popup window with keywords When you press keys in the Some search field of your blog.
You Have a automatic translation by Google here:
http://www.spawnrider.net/blogs/en/2007/08/30/acsearch/
If you cannot Understand Some Other shares of this article, Can I explain it!
I hope you Understand Me :)


19
Jody Sachse - Wandering the Webernet October 10, 2007 at 3:01

[...] ACSearch adds auto-completion to the WordPress search field. [...]


20

[...] ACSearch Enable autocompletion in the search fields. [...]


21

[...] Searches AutoCompletion 1.00 Allows to suggest search terms. Test it on this site! [...]


22
Das3Zehn Blog »Da Isser wieder! October 31, 2007 at 17:34

[...] AutoCompletionSearch Das kleine net Ajax-bei das Ding Suchanfragen aufpoppt [...]


23
Manele December 10, 2007 at 20:52

Thank you for the plugin!


24

[...] Clean Archive for formatting our archives, we have set up a new plugin ACSearch Plugin, allowing the addition of autocomplete to the search box to refine the [...]


25
Jonathan Eunice January 2, 2008 at 18:37

Very nice plugin, goal one annoyance: Once the search term Desired IS self-completed, Seems to interferes with pressing Enter (or Return) to launch the search. I Looked Through the code, and Where Could not find this Happens, deactivating the plugin goal Reliably Makes launch Enter the search (unfortunately, beautiful Without the auto-complete suggestions). Ideas?


26
Yohann CIURLIK January 2, 2008 at 20:02

The problem Is The JavaScript code used (Ajax AutoSuggest) on my code intercept the Return Key to close the popup window.
If you want to deactivate this function you just Have To what somes lines on the JS file:

In this function: _bsn.AutoSuggest.prototype.onKeyPress = function (ev)

How theses lines:
/ / Case RETURN:
/ / This.setHighlightedValue ();
/ / Bubble = false;
/ / Break;

Could this resolve your problem.
Sincerely,
Spawnrider


27

[...] [...] OK AutoCompletion Searches


28

[...] [...] OK AutoCompletion Searches


29
hervek April 23, 2008 at 17:18

Hello ... the plugin seems interesting .... but can not find the download link, it appears neither in IE or firefox ....

Merciiiiii


30
Yohann CIURLIK April 23, 2008 at 20:17

@ Hervek And yes, unfortunately after my move to WordPress 2.5 IMP Download my plugin is not compatible!
I will find a solution ...
Meanwhile: http://www.spawnrider.net/dlx_Files/AutoCompletionSearches.zip


31
hervek April 24, 2008 at 5:19

Many thanks


32
Yohann CIURLIK May 1, 2008 at 16:20

It's good for the download is repaired ;)


33

[...] When visitors want to get some things, it offered several suggestions. ACSearch Plugin works very well, and just enable it in the admin panel in [...]


34
Winsa July 1, 2008 at 0:22

Thank you for the plugin, it works nickel! ^ ^


35

[...] When visitors want to get some things, it offered several suggestions. ACSearch Plugin works very well, and just enable it in the admin panel so that [...]


36
Gérald Morales October 27, 2008 at 21:35

Yohann, thank you for this plugin that seems interesting. But I can not make it work ... In WP 2.6.2, I have verified that the search field id is "s" in searchform.php - and he makes no suggestion relevant in the search field ... only "excellence" when I sisi the letter "e" or value when it is the letter "v" ... any ideas?

Sincerely,

GM


37
Demyan January 6, 2009 at 22:58

A big thank you for this great plugin! Adopted!


38
jonathan May 19, 2009 at 14:31

I have a problem I spell my keywords all of my articles or even drafts spost deleted how to tell it to search only in actually post online?

Another question you know a way that typing a letter m'affiche the full title of the post rather than a single keyword.

thank you for this plugin

See you soon


39
Yohann CIURLIK May 19, 2009 at 21:37

@ WINS nothing!

@ Gerald I have no idea. Everything works better for me. Someone in this kind of problem?

@ Demyan Thank you!

@ Jonathan there a solution:
Edit the file suggest.php, line 30, you must modify the SQL query so that the information be put together not only to open tickets. To do this, add the close "post_status = 'open'".
The query becomes:
$ Sql ​​= 'SELECT post_content, post_title FROM'. $ Table_prefix. 'Posts WHERE post_content LIKE \'%'.$ input.'% \ 'And post_status = \' open \ ";

If you want to go back only titles, line 43 replace
$ AResult [] = $ word_sanit;
by
$ AResult [] = $ row ['post_title'];

Of course, I have not had time to test but I think you should worry out with this :)


40
jonathan May 22, 2009 at 15:32

salvation

thank you for your response you can see the plugin on this address
http://90plan.ovh.net/ playlistp ~ / wordpress /

it works very well. thank you

Now is there a posibility to make it search all the title and not just the first letter? Because in my titles there many keywords and if it is a good first step he finds nothing ...

Another thing is it possible by clicking on a result to arrive directly on the page or it is not anticipated?


41
clark July 25th, 2009 at 14:10

It's me or the version does not work on version 2.8.2 of WP?
In fact, the files are not loaded (the css, and js files 2)

thank you


42
reno August 30, 2009 at 13:19

No updates??


44
Cam December 27, 2009 at 11:41

Hello,
I can not find the id in my theme, here is the code I have:

<Form id = "searchform" action = "<? Php echo get_option ('home')?>" />
<Input type = "text" name = "s" value = "cashback" onfocus = "if (this.value == this.defaultValue) this.value ='';" onblur =" if (this.value == ' ') this.value = this.defaultValue; "/>
<Input type = "image" src = "<? Php bloginfo ('stylesheet_directory');> / img / spacer.gif" />
</ Form>

Can you help me?


45
Clippit @ January 21, 2010 at 15:24

I really tried everything (well I think) but it takes no action .... The plugin is compatible with WordPress 2.9.1? Thank you!


46
Plugins «PC TIPS October 20, 2010 at 0:34

[...] AutoCompletion Searches: allows the search engine to make suggestions for [...]

Leave a comment

Your comment

inicio