ko1o / PYSearch

🔍 An elegant search controller which replaces the UISearchController for iOS (iPhone & iPad) .
MIT License
3.83k stars 752 forks source link

Space eliminated in search history #184

Open kinjal-edcast opened 6 years ago

kinjal-edcast commented 6 years ago

Space is eliminated between words in the search history, which later doesn't show correct results.

Refer the attachment.

search

ko1o commented 6 years ago

@kinjal-edcast You can set removeSpaceOnSearchString to NO.

/**
 Whether remove the space of search string, default is YES.
 */
@property (nonatomic, assign) BOOL removeSpaceOnSearchString;