Yii Advanced Filters Demo
Filter Grid
You can test the advanced filters extension using the grid below.
Click here for filter suggestions.
Enter aa into the Symbol field. Now try "aa".
Enter /[0-9]/ into the Name field.
Enter 100 to 200 into the Price field.
Enter med systems into the Name field.
Enter plc | ltd into the Name field.
Enter systems into the Name field.
Now try systems & ! adobe.
Enter < 2 into the Dividend Yield field.
Now try < 2 | "".
Enter 1.2 into the Dividend Yield field.
Now try =1.2.
Enter \& into the Name field to search for names
containing the & character.
Displaying 291-300 of 496 results.
| Symbol | Name | Price | Dividend Yield | Earnings / Share |
|---|---|---|---|---|
| MCD | McDonald's Corp | 96.31 | 3.43 | 5.081 |
| MHFI | McGraw Hill Financial | 93.71 | 1.29 | 3.260 |
| MCK | McKesson Corp | 212.63 | 0.45 | 5.579 |
| MJN | Mead Johnson Nutrition | 103.38 | 1.44 | 3.349 |
| MWV | MeadWestvaco Corp | 45.19 | 4.44 | 5.103 |
| MDT | Medtronic | 75.04 | 1.58 | 2.886 |
| MRK | Merck & Co | 61.49 | 2.89 | 1.837 |
| MET | MetLife | 56.35 | 2.40 | 4.888 |
| KORS | Michael Kors Holdings | 77.63 | 3.800 | |
| MCHP | Microchip Technology | 46.29 | 3.09 | 1.806 |
Data provided by GitHub datasets and originally sourced from the S&P 500 website.
Quick Guide
| Text | |
|---|---|
| word1 word2 | All words |
| "search term" | Exact |
| #search term# | Substring |
| /regex/ | RegEx |
| Numeric | |
| n1 to n2 | Between |
| < n1 | Less than |
| <= n1 | or equal |
| > n1 | Greater |
| >= n1 | or equal |
| = n1 | Equal |
| Modifiers | |
| ! filter | Invert |
| filter1 | filter2 | Or |
| filter1 & filter2 | And |
\.