mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	search reference: Replace 'email' with 'user'.
Previously, we used `sender:email`, for example, in our examples for how to use search operators. This is correct for what ends up in the search input, but the typeahead has a much nicer experience for selecting a user, and the emails may be fake due to limited email_address_visibility, so it's clearer to just refere to a user here. Fixes part of #23768.
This commit is contained in:
		@@ -28,29 +28,29 @@
 | 
			
		||||
                        </td>
 | 
			
		||||
                    </tr>
 | 
			
		||||
                    <tr>
 | 
			
		||||
                        <td class="operator">pm-with:<span class="operator_value">email</span></td>
 | 
			
		||||
                        <td class="operator">pm-with:<span class="operator_value">user</span></td>
 | 
			
		||||
                        <td class="definition">
 | 
			
		||||
                            {{#tr}}
 | 
			
		||||
                                Narrow to private messages with <z-value></z-value>.
 | 
			
		||||
                                {{#*inline "z-value"}}<span class="operator_value">email</span>{{/inline}}
 | 
			
		||||
                                {{#*inline "z-value"}}<span class="operator_value">user</span>{{/inline}}
 | 
			
		||||
                            {{/tr}}
 | 
			
		||||
                        </td>
 | 
			
		||||
                    </tr>
 | 
			
		||||
                    <tr>
 | 
			
		||||
                        <td class="operator">group-pm-with:<span class="operator_value">email</span></td>
 | 
			
		||||
                        <td class="operator">group-pm-with:<span class="operator_value">user</span></td>
 | 
			
		||||
                        <td class="definition">
 | 
			
		||||
                            {{#tr}}
 | 
			
		||||
                                Narrow to group private messages with <z-value></z-value>.
 | 
			
		||||
                                {{#*inline "z-value"}}<span class="operator_value">email</span>{{/inline}}
 | 
			
		||||
                                {{#*inline "z-value"}}<span class="operator_value">user</span>{{/inline}}
 | 
			
		||||
                            {{/tr}}
 | 
			
		||||
                        </td>
 | 
			
		||||
                    </tr>
 | 
			
		||||
                    <tr>
 | 
			
		||||
                        <td class="operator">sender:<span class="operator_value">email</span></td>
 | 
			
		||||
                        <td class="operator">sender:<span class="operator_value">user</span></td>
 | 
			
		||||
                        <td class="definition">
 | 
			
		||||
                            {{#tr}}
 | 
			
		||||
                                Narrow to messages sent by <z-value></z-value>.
 | 
			
		||||
                                {{#*inline "z-value"}}<span class="operator_value">email</span>{{/inline}}
 | 
			
		||||
                                {{#*inline "z-value"}}<span class="operator_value">user</span>{{/inline}}
 | 
			
		||||
                            {{/tr}}
 | 
			
		||||
                        </td>
 | 
			
		||||
                    </tr>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user