EmbeddedSearch is probably the most advanced enhancement of ZWiki compared to the underlying Wiki implementation. It allows you to generate a list of search results as part of a Wiki topic. One examle is the ListContent page which includes a single line. Got to ListContent and click on Edit to see the source of this topic as one example of what EmbeddedSearch can do. 

Another example is to create a list of pages that include a specific word such as WikiConfig. Here is the result of a corresponding embedded search. (Edit this page to see the source of this EmbeddedSearch):

%SEARCH:WikiConfig:HEADER=1:TABLE=1%
!!What you can do with this:
Here a few ideas of what you can do with this feature. 
* AddressBook: You can include an AddressBook by creating one WikiTopic per address book entry. Each of these AddressBookEntries should include a specific keyword such as "EntryInTheAddressBook". If you than use EmbeddedSearch you can create a list of all AddressBookEntries. 
* A similar approach can be used for passwords, for bank accounts (both probably in conjunction with WikiEncryption), for CD collections etc.
!!Syntax
SEARCH:[phrase]:HEADER=[0|1]:TABLE=[0|1]

The EmbeddedSearch instruction is surrounded by %. It starts with the keyword SEARCH followed by a :. You then specify the search criteria followed by a :. The search criteria can be a regular expression (I beieve). Then the keyword HEADER followed by = followed by a 0 or 1, followed by a  :. Then the keyword TABLE followed by =, followed by a 0 or 1. TABLE=1 usually looks better but uses more space. The HEADER option adds a simple header line to the search results. 