สำหรับ Drupal 7 เท่านั้น (ณ เวลานี้) คุณมี 2 ทางเลือก โดยใช้ Drush หรือ Drupal UI
drush en search_thai -y
drush search-reindex -y
drush cron
เปิดใช้งานเหมือน module ทั่วไป แล้วก็ ...
- ไปที่หน้าตั้งค่าการค้นหา
/admin/config/search/settings
- ถ้าต้องการเปลี่ยน จำนวนตัวอักษรที่จะอินเด็กซ์ ก็ระบุที่นั่น ค่า default คือ
3
- ถ้า Simple Thai handling ยังไม่ได้ติ๊กไว้ ก็ติ๊กซะตรงนั้น
- Re-index เว็บไซต์ของคุณ
- รัน cron จนกว่าจะครบ 100%
For Drupal 7 only (at the moment). You have 2 options via Drush or Drupal UI.
drush en search_thai -y
drush search-reindex -y
drush cron
Enable the module as usual, then ...
- Go to search settings page
/admin/config/search/settings
- If you want to change default Minimum word length to index, input it there. Default is
3
. - If Simple Thai handling is not checked by default, tick it there.
- Re-index your site.
- Run cron till you get 100% indexed.