cancel
Showing results for 
Search instead for 
Did you mean: 

The search doesn't work correctly

psycore
Champ in-the-making
Champ in-the-making

Hello, 

when I seach in alfresco\admin and use db-cmis with select * from otp:backOfficeWorkflowAssignees I get 78 items as result

but when I use API https://srv-alfekka-app02.isb/alfresco/api/-default-/public/search/versions/1/search  with body {"query":{"query":"TYPESmiley Surprisedtp\\:backOfficeWorkflowAssignees AND
cm\\:name:*"},"include":["aspectNames","properties","isLink"],"paging":{"maxItems":1,"skipCount":0}}

I get only 7 items result

{"list":{"pagination":{"count":1,"hasMoreItems":true,"totalItems":7,"skipCount":0,"maxItems":1},"c
ontext":{"consistency":{"lastTxId":7009222}} ... }

I didn't have any error in log

What could be the problem?

I use ACS 6.1 with ASS 1.4.0

2 REPLIES 2

kaynezhang
World-Class Innovator
World-Class Innovator

It seems your solr index is not consistent with your db ,have you tried to rebuild your index?

psycore
Champ in-the-making
Champ in-the-making

I rebuild index but it didn't help

I found that the problem is when I set sharding, if I have just alfresco and archive cores without sharding all searches fine