Search functionality in concept dictionary

**Application Name:OpenMRS 2.3.0 with Linux server **Version Number:2.3.0

Question: Hello Team,

with 2.3.0 Version of OpenMrs we are not able to see search option in the concept dictionary and in the manage concept drug we are not able to search concept for creating the drug .

See other ask OpenMRS response:

I don’t have any knowledge about this as a known issue. If you ran the SQL version there is a statement which should have regenerated the index:

update global_property set property_value = “” where property = “search.indexVersion”;

if that didn’t run, you should try to reindex (if the data is in the tables as it should be).