I know that if you want to search the property from People finder then I can do like location:Ahmedabad but what if I have applied my custom aspect,which is defined in my custom content model , on person and that aspect has certain properties
When I tried to search those custom property from People finder I am unable to find those.
Please guide me how to search in to People Finder those properties which are not in default CONTENT model but in Custom MODOL/ASPECT?
The search engine is assuming the "cm" (default Alfresco content model) namespace for the properties which is why it is not required for the standard properties on a Person.
However, there is a small bug in the person search implementation that I found while trying this out with a custom property.
I have fixed the bug and will commit it shortly to 4.0.2 and Community HEAD.
Unfortunately currently without this fix it is only possible to search for Person properties in the default Alfresco namespace.