mirror of
				https://github.com/django/django.git
				synced 2025-10-31 12:05:47 +00:00 
			
		
		
		
	Corrected note about long names in search docs.
This commit is contained in:
		
							parent
							
								
									70731fc6fe
								
							
						
					
					
						commit
						fcad0b1324
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -66,8 +66,8 @@ For example:: | ||||||
| Now we have a different problem - the longer name of "Helena Bonham Carter" | Now we have a different problem - the longer name of "Helena Bonham Carter" | ||||||
| doesn't show up as it is much longer. Trigram searches consider all | doesn't show up as it is much longer. Trigram searches consider all | ||||||
| combinations of three letters, and compares how many appear in both search and | combinations of three letters, and compares how many appear in both search and | ||||||
| source strings. For the longer name, there are more combinations which appear | source strings. For the longer name, there are more combinations that don't | ||||||
| in the source string so it is no longer considered a close match. | appear in the source string, so it is no longer considered a close match. | ||||||
| 
 | 
 | ||||||
| The correct choice of comparison functions here depends on your particular data | The correct choice of comparison functions here depends on your particular data | ||||||
| set, for example the language(s) used and the type of text being searched. All | set, for example the language(s) used and the type of text being searched. All | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Abdullah Dursun
						Abdullah Dursun