humhub / meeting-issues

1 stars 0 forks source link

Concatenated search attributes reduces search effectiveness #30

Closed verement closed 3 years ago

verement commented 3 years ago

The itemTitles and itemNotes search attributes are just concatenations without any separator, reducing the effectiveness of searches.

For example, a meeting with items “First” and “Second” will result in an itemTitles attribute of “FirstSecond” which is not ideal when using a custom search engine that tokenizes words or employs language analysis.

Soundwave2142 commented 3 years ago

https://github.com/humhub/meeting/pull/15