Change search modifiers to be case-insensitive (#30865)
This commit is contained in:
		
					parent
					
						
							
								3225954865
							
						
					
				
			
			
				commit
				
					
						0f3fef6fda
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -225,7 +225,7 @@ class SearchQueryTransformer < Parslet::Transform | |||
|   end | ||||
| 
 | ||||
|   rule(clause: subtree(:clause)) do | ||||
|     prefix   = clause[:prefix][:term].to_s if clause[:prefix] | ||||
|     prefix   = clause[:prefix][:term].to_s.downcase if clause[:prefix] | ||||
|     operator = clause[:operator]&.to_s | ||||
|     term     = clause[:phrase] ? clause[:phrase].map { |term| term[:term].to_s }.join(' ') : clause[:term].to_s | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue