Indexing words containing capital letters.
Publié il y a environ 1 an par Jean-Pierre Verrier
Publier un sujetPersonnes qui aiment ça
Delete Comment
This post will be deleted permanently. Are you sure?
Extrait de code
Html
Html
Css
JavaScript
Sass
Xml
Ruby
PHP
Java
C#
C++
ObjectiveC
Perl
Python
VB
SQL
Generic Language
Hello,
When I search for a word that starts with a capital letter, the search returns all documents that contain that word. Uppercase letters or lowercase letters.
For example, I'm looking for the word "Bres". The system returns to me all documents that contain "bres" such as "membres" or "timbres".
Is there a way to fix this?
Thank you for your help.
0 Votes
1 Commentaires
Amy Renaud publiés il y a 9 mois Administrateur
I see Phil had a private exchange about this via our messaging system. I have included information from him below should it help others. The tickets was in both English and French so we have included both languages here:
Copernic is designed to look at a words or strings of characters but it is not case sensitive. Looking for the word Past or past will yield the same results.
Another important point is that Copernic uses search words as a prefix. Writing the word past will provide documents that contain the words past, pasta, paste, pasted, pastry as results.
However, the use of quotations is important and can help you find specifically what you are looking for. Searching for “past” in quotations will only yield results of files where the word past is found. Please note that when using the search bar in the preview window, other words contain the string “past” will also be highlighted the same way a web page would highlight every instance of the string “past” if you do a search using CTRL + F, for example.
Copernic est conçu pour rechercher des mots ou des chaînes de caractères, mais il n'est pas sensible à la casse. La recherche du mot Pas ou pas donnera les mêmes résultats.
Un autre point important est que Copernic utilise les mots de recherche comme préfixe. Taper le mot pas fournira des documents contenant les mots passe, passion, passif, passoire, passerelle comme résultats.
Cependant, l'utilisation des guillemets est importante et peut vous aider à trouver exactement ce que vous cherchez. Rechercher "pas" entre guillemets ne donnera que les résultats des fichiers où le mot pas est trouvé. Veuillez noter que lors de l'utilisation de la barre de recherche dans la fenêtre de prévisualisation, d'autres mots contenant la chaîne pas seront également surlignés, de la même manière qu'une page web surlignerait chaque instance de la chaîne pas si vous effectuez une recherche en utilisant CTRL + F, par exemple.
0 Votes
Connexion ou S'inscrire pour poster un commentaire