History: CursWiki4_P1_Traduccion_Busqueda2
Comparing version 6 with version 8
|
@@ -Lines: 4-8 changed to +Lines: 4-8 @@
Ejemplo: Si la pregunta es "texto íntegro", solo el objeto que contiene "texto" i que contiene "íntegro" sera devuelta.
- Ten cuidado que no es "contiene la palabra" pero contiene la serie; significa que un objeto
+ Ten cuidado que no es "contiene la palabra" pero contiene la serie; significa que un objeto con "textointegro"sera devuelta, como un objeto con "textual fielmente" o "texto cuidadoso".
Ten tambien cuidado de que un objeto tenga algun texto escondido como las links. Asi pues, un objeto que contenga "http://Textointegro/|Mysite" es selecionado.
La búsqueda se realiza de manera in case-insensitive fashion. Esto significa que si buscas "tiki", encontraras objetos que contienen la palabra "Tiki" i no "tiki". @@ -Lines: 16-27 changed to +Lines: 16-27 @@
!!Busqueda de texto completo
-
+ La Busqueda de texto completo esta basada en el MySQL full-text link funcionalitat de bsqueda externa.<br />Algunes restriccions aplicades:
-
+ * It works only on single-byte characters.<br />* Only on words with at least 4 characters. Or 3 characters if mysql has been set with ft_min_word_len=3 in my.cnf with MySQL4 (or MIN_WORD_LEN in myisam/ftdefs.h in MySQL3.23).<br />**~~red:Warning~~! After changing my.cnf you must rebuild all full-text indexes. One way to do this is to dump your database to a file, create a new database, and import the dumped file. See userpagedaaave for an example. [http://tikiwiki.org/tiki-index.php?page=UserPageterris&bl| UserPageterris]
The search is performed in case-insensitive fashion. |
