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 111-120 of 496 results.
| Symbol | Name | Price | Dividend Yield | Earnings / Share |
|---|---|---|---|---|
| CCE | Coca-Cola Enterprises | 44.20 | 2.29 | 2.680 |
| CTSH | Cognizant Technology Solutions | 53.16 | 2.295 | |
| CL | Colgate-Palmolive | 69.37 | 2.04 | 2.280 |
| CMCSA | Comcast Corp | 56.34 | 1.54 | 3.180 |
| CMA | Comerica | 48.20 | 1.61 | 2.969 |
| CSC | Computer Sciences | 65.57 | 1.32 | 3.800 |
| CAG | ConAgra Foods | 36.99 | 2.74 | 1.500 |
| COP | ConocoPhillips | 67.85 | 4.10 | 7.539 |
| CNX | CONSOL Energy | 36.80 | 0.68 | 3.563 |
| ED | Consolidated Edison | 63.26 | 2.95 | 4.240 |
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 |
\.