Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
zharenov committed May 16, 2018
1 parent f0bd069 commit 2e853b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Add custom application component to your project using CUBA Studio:
<search:richSearch id="search"
align="MIDDLE_LEFT"
ext:index="3"
inputPrompt="msg://searching"
inputPrompt="msg://search"
suggestionsLimit="200">
<search:strategyBean name="search_MainMenuSearchStrategy"/>
</search:richSearch>
Expand Down Expand Up @@ -69,7 +69,7 @@ Default implementation of SearchEntry.

**SearchContext**

Contains context depended data for searching mechanism (user session/additional params).
Contains context depended data for search mechanism (user session/additional params).

**HeaderEntry**

Expand Down Expand Up @@ -131,7 +131,7 @@ public class UsersSearchStrategy implements SearchStrategy {
...
<layout>
...
<search:richSearch id="search" inputPrompt="msg://searching">
<search:richSearch id="search" inputPrompt="msg://search">
<search:strategyBean name="search_UsersSearchStrategy" />
</search:richSearch>
...
Expand Down Expand Up @@ -161,7 +161,7 @@ searchStrategy.usersSearchStrategy = Users
...
<layout>
...
<search:richSearch id="search" inputPrompt="msg://searching">
<search:richSearch id="search" inputPrompt="msg://search">
<search:strategy name="usersSearchStrategy" searchMethod="search" invokeMethod="invoke" />
</search:richSearch>
...
Expand Down
Binary file modified resources/search.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/users-search.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2e853b3

Please sign in to comment.