QuickSearch Tests
3/25/00 Last modified by SY
- Try "*" with different object types to see if get all objects of that type
- [a-z]*.stanford.edu
- *-gateway
- dn* - to look at dynamic addresses
- [a-z]*-gateway.stanford.edu
- trying searching with illegal name characters
- 1* vs [1]*
- *-* and *-*-* (dashes)
- [^a-z]_.stanford.edu
- [1-9]*
- www*
- 0060.972c.e9a8 vs 0060972ce9a8 vs 00-60-97-2c-e9-a8 vs 006097:2ce9a8
Looks like 5 dashes anywhere (except leading) or colon anywhere (except leading) will
signal HW address. Dots have to be in 4.4.4 format.
- [^d][^n]*
- search on lower case vs upper case hex
- 171.64.20.*- get all addresses?
- 36.6.* vs 36.6.*.*
- 171.6[^4].*
- search on html characters like "hi!"
- check display order