Index: apichanges.xml =================================================================== RCS file: /cvs/openidex/api/apichanges.xml,v retrieving revision 1.6 diff -u -r1.6 apichanges.xml --- apichanges.xml 30 Jun 2006 21:21:22 -0000 1.6 +++ apichanges.xml 12 Jan 2007 12:58:43 -0000 @@ -153,6 +153,29 @@ + + + + + SearchInfo objects contained in + Projects' lookups are now taken into account by action + Find in Projects. + + + + + + The change is not in the API itself but in the range of its usage. + Before the change, action Find in Projects did not look + for any SearchInfo objects - it always searched + by projects' SourceGroups. The change is that the + action now checks project's lookup for a SearchInfo + object. If SearchInfo is found in the project's lookup, + it is used, otherwise the project's SourceGroups are + searched. + + +