You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects.md
+8
Original file line number
Diff line number
Diff line change
@@ -205,6 +205,14 @@ You can filter by specific text fields or use a general text filter across all t
205
205
| <code><em>TEXT</em></code> | **API** will show items with "API" in the title or any other text field.
206
206
| <code>field:<em>TEXT</em> TEXT | **label:bug rendering** will show items with the "bug" label and with "rendering" in the title or any other text field.
207
207
208
+
For general text search across all text fields and titles, matches are based only on the beginning of a word, not any part of it.
209
+
For example, if the issue title is **"Document full-text search"**:
210
+
211
+
***Matches**: "Doc", "full", "search"
212
+
***Doesn't match**: "cument", "ext", "arch"
213
+
214
+
This approach helps keep general text search more precise and relevant.
// Logic to get and store the current list of public Fastly IPs from the Fastly API: https://www.fastly.com/documentation/reference/api/utils/public-ip-list/
2
+
3
+
// Default returned from ➜ curl "https://api.fastly.com/public-ip-list"
0 commit comments