diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..54d7136 --- /dev/null +++ b/README.txt @@ -0,0 +1,12 @@ +References dialog extends reference fields like the user and node reference fields by adding links to add, edit and search for references through a dialog. This allows for a workflow where the user can create all the references to a node at the same time as she is creating it. + +After installation you have three new options on the settings for you reference fields. Add/Edit/Search. Booth Add and Edit works out of the box. For the search functionality you need to do some work. + +Search dialog +============= +On the settings for the field on the content type, click the search option on the settings, and save the settings. + +Create a new view, and add the display Reference dialog search. +At the settings References dialog, you could now attach the reference field to the display. If you have more than one referenced field, you could choose them, if you would like to use the view for more fields. Save the view. + +Clear the cache. Now you should have the search option for the field.