QuickSearch Tests

3/25/00 Last modified by SY
  1. Try "*" with different object types to see if get all objects of that type
  2. [a-z]*.stanford.edu
  3. *-gateway
  4. dn* - to look at dynamic addresses
  5. [a-z]*-gateway.stanford.edu
  6. trying searching with illegal name characters
  7. 1* vs [1]*
  8. *-* and *-*-* (dashes)
  9. [^a-z]_.stanford.edu
  10. [1-9]*
  11. www*
  12. 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.
  13. [^d][^n]*
  14. search on lower case vs upper case hex
  15. 171.64.20.*- get all addresses?
  16. 36.6.* vs 36.6.*.*
  17. 171.6[^4].*
  18. search on html characters like "hi!"
  19. check display order