- Replace /XML/{doc,www}/ with /XML/ in SysId. - Remove empty stylesheets in share/xsl and point share/xml/empty.xsl via XML catalog instead. - Change the L10N layer in freebsd-*.xsl not to use localized XSLT stylesheets directly. - Move share/xsl/* to share/xml and remove share/xsl. - Remove obsolete share/web2c/pdftex.def.
61 lines
2.1 KiB
XML
61 lines
2.1 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
|
"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
|
|
<!ENTITY title "Opciones de búsqueda">
|
|
]>
|
|
|
|
<!-- The FreeBSD Spanish Documentation Project
|
|
Original Revision: r1.10 -->
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>&title;</title>
|
|
|
|
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h2>Qué hacer si obtiene muchos resultados irrelevantes</h2>
|
|
|
|
<ol>
|
|
<li>Si busca varias palabras como "<tt>quantum hard driver</tt>"
|
|
se asumirá un OR, con lo que bastará que una de esas
|
|
palabras aparezca en un mensaje para que éste aparezca en los
|
|
resultados. Si lo que quiere es ver mensajes que contengan las tres
|
|
palabras debe hacer esta búsqueda:
|
|
"<tt>quantum and hard and drives</tt>"<p></p></li>
|
|
|
|
<li>Si todavía obtiene muchos mensajes irrelevantes fíjese
|
|
si tienen algo en común. Si es así puede
|
|
excluirlos con el operador <tt>not</tt>. Por ejemplo
|
|
"<tt>quantum and hard and drives not ide</tt>" excluirá
|
|
cualquier mensaje sobre discos duros ide quantum.</li>
|
|
</ol>
|
|
|
|
<h2>Si cree que no ha recibido todos los resultados que debiera</h2>
|
|
|
|
<ol>
|
|
<li>Si alguna de sus palabras clave tiene variantes
|
|
asegúrese de entrar todas las posibilidades relevantes. Si
|
|
está buscando "<tt>buslogic</tt>" debería buscar
|
|
"<tt>buslogic or bustek</tt>".<p></p></li>
|
|
|
|
<li>En el caso de palabras de sufijos variables podemos usar comodines.
|
|
Al buscar "<tt>drive*</tt>" aparecerán resultados como
|
|
<tt>drive</tt>, <tt>drives</tt>, <tt>driver</tt>,
|
|
<tt>drivers</tt>, etc.<p></p></li>
|
|
|
|
<li>Intente eliminar palabras que puedan estar implícitas en
|
|
por el contexto del mensaje. Por ejemplo, si busca "<tt>quantum and
|
|
hard and drive</tt>" perdería resultados relevantes que
|
|
podría obtener con "<tt>quantum and drive</tt>".</li>
|
|
</ol>
|
|
|
|
<hr/>
|
|
|
|
<a href="search.html">Volver a la página de búsqueda</a>
|
|
|
|
|
|
</body>
|
|
</html>
|