What kind of search exactly do you want from the project? Do you want to be able to select a VI in the project and perform a "Find All Instances" operation? Do you want to perform a search for LabVIEW objects (ex. For Loop) for all VIs in your project?
In LabVIEW 8.5, there are new features that lets you find the callers and subVIs of a selected VI in a project. From the 8.5 upgrade notes:
• The Find Callers dialog box appears when you right-click an item in
the Project Explorer window and select Find»Callers from the
shortcut menu. Use this dialog box to find all callers of a specific item
in the project. If the item only has one caller, LabVIEW highlights the
caller in the Project Explorer window.
• The Find SubVIs dialog box appears when you right-click an item in
the Project Explorer window and select Find»SubVIs from the
shortcut menu. Use this dialog box to find all subVIs of a specific item
in the project. If the item only has one subVI, LabVIEW highlights the
subVI in the Project Explorer window.
• The Find Items with No Callers dialog box appears when you
right-click the project root in the Project Explorer window and select
Find Items with No Callers from the shortcut menu. Use this dialog
box to find all top-level project items with no callers.
George M
National Instruments