History: CursWiki4_P1_Traduccion_Busqueda2
Comparing version 1 with version 8
|
@@ -Lines: 1-19 changed to +Lines: 1-27 @@
- Busqueda simple<br />Si l
+ !! Busqueda simple<br />Si el administrador no ha activado la caracterstica de "Texto -ntegro" ", la busqueda se da de forma muy simple.
Cada pregunta es dividida en palabras (una palabra se reconoce como delimitada mediate espacio). Un objeto solo sera devuelto si contiene cada palabra de la serie.
Ejemplo: Si la pregunta es "texto íntegro", solo el objeto que contiene "texto" i que contiene "íntegro" sera devuelta.
- Be careful that it is not "contains the word" but contains the string; it means that an object with "fulltext" will be returned, as an object with "faithfully textual" or "carefull texture".
- Be also careful that an object has some hidden text like the links. So, an object that contains "http://fulltext/|Mysite" is selected. - The search is performed in case-insensitive fashion. It means that if you look for "tiki", you will find objects than contain the word "Tiki" and not "tiki". - Advantages:
-
+ 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".<br />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.<br />La bsqueda se realiza de manera in case-insensitive fashion. Esto significa que si buscas "tiki", encontraras objetos que contienen la palabra "Tiki" i no "tiki".<br />Ventajas:<br />* rapidez<br />* recoger todo lo que esta en el dice (mira la seccionmDescribiendo el espacio de busqueda)<br />Desventajas:<br />* La busqueda s muy ruidosa : muchos objetos son devueltos<br />* No hay relevanciai los objetos no son sorted. Significa que un objeto con dos respuestas de la palabra que se busca con un objeto con una sola respuesta.<br />* la palabra es buscada exactamente, esto significa para "cliche" no buscara "clich"
-
+ !!Busqueda de texto completo<br />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. |
