0

What search is used if Sphinx is not installed?
 

The documentation offers the opportunity to use sphinx search. However, it appears that there is search functionality even without sphinx installed.

How does adding sphinx improve / extend the default search functionality?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Joseph's avatar
353
Joseph
asked 13 years ago

Comments

see more comments

1 Answer

1

By default internal database search capability is used. In MySQL - MyISAM engine supports full text search, postgres supports it natively.

The only external search we support now is Sphinx - very necessary for Chinese installations as Chinese search has special requirements and there is a Chinese language port of Sphinx.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 13 years ago
link

Comments

How can I change my search engine from innoDB to MyISAM?

Andy's avatar Andy (8 years ago)

@Andy - please look into this issue in the MySQL resources, such as documentation, forums, etc.

Evgeny's avatar Evgeny (8 years ago)
see more comments