Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-search-dev] NewSearchUI vs. SearchUI?

Title: NewSearchUI vs. SearchUI?

What is the plan for the NewSearchUI class in 3.0 and beyond? Is it supposed to be renamed SearchUI at some point, or will SearchUI be deprecated, or will both SearchUI and NewSearchUI continue to both be used? There are about 40 references to NewSearchUI and 100 to SearchUI in the Platform SDK, so some searches come up under the "Search" window and some "Classic Search".

BTW, with recent presentation UI changes, a plug-in I wrote that uses the old SearchUI API now produces an interesting title like this:

   Classic Search (Search ("test" - 62 Occurrences))

Of course it used to just say:

   Search ("test" - 62 Occurrences)

Users of the new search API get a cleaner title like the last one (so I plan to convert it).


Back to the top