skttl / umbraco-fulltextsearch8

Full Text indexing and searching for Umbraco 8 and Examine.
MIT License
19 stars 22 forks source link

Search results different on local with SQLite than cloud environments #132

Open amirkhan81 opened 2 days ago

amirkhan81 commented 2 days ago

Umbraco version: 14.3.1 Full Text Search version: 5

I've implemented full text search on a cloud project, the search is working on local, dev and live but on local its returning less results than the backoffice external examine search results.

For example if I search "learning" on local, it only returns a page titled "learning", if i do the same on either of the cloud environments it returns all of the pages with the word "learning" in the content as expected. Searching for "learn" returns nothing at all on local.

Is there some setting related to the local SQLite database I'm using? I'm running this on a mac. The search works, but the results are way less than the other environments.

skttl commented 1 day ago

Hi @amirkhan81

FullTextSearch should add some content in your External examine index, eg. in FullTextContent_[culture] fields (depending on your appsettings). Can you verify with the examine dashboard, that the content is there?

If it's not, then try reindexing, by rightclicking a node in the content tree, and select the reindex option.

amirkhan81 commented 1 day ago

@skttl I see the FullTextContent field in the backoffice search, but its empty on local and populated on dev / live. Note that I didn't update any of the settings for full text search, just did the install. I reindexed both from the content side and the examine dashboard as well.