Title: Enhanced Search Form
Author: Ono Oogami
Published: <strong>11 ກໍລະກົດ 2009</strong>
Last modified: 3 ທັນວາ 2014

---

ຄົ້ນຫາປລັກອິນ

ປລັກອິນນີ້ **ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ WordPress 3 ເວີຊັນຫຼັກຫຼ້າສຸດ**. ມັນອາດຈະ
ບໍ່ໄດ້ຮັບການເບິ່ງແຍງ ຫຼື ສະໜັບສະໜູນອີກຕໍ່ໄປ ແລະ ອາດມີບັນຫາການເຮັດວຽກຮ່ວມກັນເມື່ອ
ໃຊ້ກັບ WordPress ເວີຊັນທີ່ໃໝ່ກວ່າ.

![](https://ps.w.org/enhanced-search-form/assets/icon-256x256.png?rev=1030158)

# Enhanced Search Form

 ໂດຍ [Ono Oogami](https://profiles.wordpress.org/ono-oogami/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/enhanced-search-form.0.5.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/enhanced-search-form/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/enhanced-search-form/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/enhanced-search-form/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/enhanced-search-form/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/enhanced-search-form/)

## ຄຳອະທິບາຍ

WordPress has a build-in search system which actually allows searching posts in 
certain one or mutiple category(s), month archive(s) and tag(s). However, by default
you must manually add extra GET/ POST parameter to search query to enable these 
features.

This plugin enhanced the wordpress search form so visitors can submit a more advanced
search query via XHTML visual Form, allowing setting conditions that posts should
be in some category(s), publish in which month, having some tag(s) and other conditions.
Mutiple conditions are allowed and connected by AND Boolean operation.

Go to “Installation” tab to see how to install and use this plugin. Goto “Screenshots”
tab to see what enhanced search form likes.

#### Translation

 * Russian (ru_RU)

## ພາບໜ້າຈໍ

 * [[
 * Search Form, the “Advanced” button is added by this plugin
 * [[
 * When clicking “Advanced”, visitors can set more search conditions…

## ການຕິດຕັ້ງ

 1. Upload this plugin to your WordPress plugin directory( generally wp-content/plugins/).
 2. Activate it in admin area.
 3. Your theme should have a hardcoded search form or you should add a “Search” widget
    to sidebar to allow visitors searching.
 4. Check whether or not there is a “searchform.php” file in your current theme directory,
    if not, you don’t need do anything; If yes, edit this “searchform.php” following
    the below instructions:

Your theme’s “searchform.php” file may look like below, with some other codes:

    ```
    ....
    <form method="get" id="searchform" action="<?php bloginfo('url'); ?>">
        <input type="text" id="s" name="s" value="<?php the_search_query(); ?>"  />
        <input type="submit" id="searchsubmit" value="Search" />
    </form>
    ...
    ```

add the `<?php if (function_exists('esf_add_form_field')) esf_add_form_field(); ?
>` code to proper place inside `<form>` element, in most cases you can put it just
after `<input type="submit" value="Search" />` button and before `</form>` close
tag.

That’s all. You may want to add css styles to make search form nicer.

## ຄຳຖາມທີ່ພົບເລື້ອຍ

  Known problems

It’s tested that some feature(s) of “search everything” plugin is not compatible
with this plugin, which will cause this plugin’s “search by month” feature not working,
the problem may be because of the unmatched quote in SQL sentence processed by “
search everything” and this plugin. Currently no way to fix it as further troubleshooting
is difficult.

## ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“Enhanced Search Form” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມ
ໃນການພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ Ono Oogami ](https://profiles.wordpress.org/ono-oogami/)
 *   [ bestweblayout ](https://profiles.wordpress.org/bestweblayout/)

[ແປ “Enhanced Search Form” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/enhanced-search-form)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/enhanced-search-form/), 
ກວດເບິ່ງ [ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/enhanced-search-form/),
ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/enhanced-search-form/)
ຜ່ານ [RSS](https://plugins.trac.wordpress.org/log/enhanced-search-form/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### V0.5 – 03.12.2014

 * Update : We remove a menu page.

#### V0.4 – 21.11.2014

 * Update : We updated all functionality for WordPress 4.0.1.
 * NEW : We added a menu page.

#### V0.3 – 2014.08.27

 * Bugfix : We fixed bugs on the search results page.
 * Update : We updated all functionality for wordpress 3.9.2.
 * NEW : The Russian language file is added to the plugin.

#### V0.2 – 2009.09.18

 * Bugfix : Bugs fix

#### V0.1 – 2009.07.12

 * New : First release.

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **0.5**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **11 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **30+**
 *  ເວີຊັນ WordPress ** 2.8 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **4.0.38**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/enhanced-search-form/)
 * ແທັກ
 * [form](https://lo.wordpress.org/plugins/tags/form/)[search](https://lo.wordpress.org/plugins/tags/search/)
   [sidebar](https://lo.wordpress.org/plugins/tags/sidebar/)[widget](https://lo.wordpress.org/plugins/tags/widget/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/enhanced-search-form/advanced/)

## ການໃຫ້ຄະແນນ

 3 ຈາກທັງໝົດ 5 ດາວ.

 *  [  ການວິຈານ 5 ດາວ ຈຳນວນ 1 ລາຍການ     ](https://wordpress.org/support/plugin/enhanced-search-form/reviews/?filter=5)
 *  [  ການວິຈານ 4 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/enhanced-search-form/reviews/?filter=4)
 *  [  ການວິຈານ 3 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/enhanced-search-form/reviews/?filter=3)
 *  [  ການວິຈານ 2 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/enhanced-search-form/reviews/?filter=2)
 *  [  ການວິຈານ 1 ດາວ ຈຳນວນ 1 ລາຍການ     ](https://wordpress.org/support/plugin/enhanced-search-form/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/enhanced-search-form/reviews/#new-post)

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/enhanced-search-form/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ Ono Oogami ](https://profiles.wordpress.org/ono-oogami/)
 *   [ bestweblayout ](https://profiles.wordpress.org/bestweblayout/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/enhanced-search-form/)

## ບໍລິຈາກ

ເຈົ້າຕ້ອງການສະໜັບສະໜູນການພັດທະນາຂອງປລັກອິນນີ້ບໍ່?

 [ ບໍລິຈາກໃຫ້ປລັກອິນນີ້ ](http://oogami.name/donate/)