|
|
@ -50,9 +50,11 @@ public class ActionSearchManager implements AlphaFineSearchProcessor { |
|
|
|
} |
|
|
|
} |
|
|
|
SearchResult result = new SearchResult(); |
|
|
|
SearchResult result = new SearchResult(); |
|
|
|
for (Object object : filterModelList) { |
|
|
|
for (Object object : filterModelList) { |
|
|
|
if (!AlphaFineHelper.getFilterResult().contains(object)) |
|
|
|
if (!AlphaFineHelper.getFilterResult().contains(object)) { |
|
|
|
result.add(object); |
|
|
|
result.add(object); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
if (result.size() < AlphaFineConstants.SHOW_SIZE + 1) { |
|
|
|
if (result.size() < AlphaFineConstants.SHOW_SIZE + 1) { |
|
|
|
lessModelList.add(0, TITLE_MODEL); |
|
|
|
lessModelList.add(0, TITLE_MODEL); |
|
|
|
if (result.size() == 0) { |
|
|
|
if (result.size() == 0) { |
|
|
|