Changes in NetDB for Version 4

For General Help, contact:  HelpSU
Help for this subject Other Help Topics:  Main Help Page
 

Changes in NetDB for Version 4

There are not many user-visible changes in this release, as this update is mainly an overhaul of the database back-end. The biggest changes in the user interface are in the full search oages. Its internals have been completely rewritten. Features of the new full search include:

  • All of the string fields now support logical operators ('and', 'or', 'not') and grouping using parentheses.
  • Search parameters with spaces must now be enclosed in a double quotes.
  • If double quotes are part of the search parameters then they need to be escaped with backslashes ( '\' ).
  • Implicit wild card searches are no longer performed in any fields. For example, searching for 'rob' in NetDB 3.x will match 'problem' and 'robert'. Not so in the new version. To recreate the current behavior, search for '*rob*'.
  • Searching for ranges (i.e. machine[1-3]) is no longer supported. Use logical operators (machine1 or machine2 or machine3) or wildcards (machine*) to get a similar result.
Documentation for full search can be found here

There are also numerous improvements in error messages and other minor changes.
 
© 2000-2007 Stanford University. All Rights Reserved.
Last modified Apr 22, 2008