Search by location seeking first 3 letters
« on: January 30, 2017, 02:14:46 PM »
I have some questions...
Search by location seeking first 3 letters. It can be done so to search not only at the first 3 letters...

Example: We have city-  New York. If you write "new" - New York will be show up.
I want this: If you write "yor" - New York will be show up.

Thanks!

Marked as best answer by plamen.karolev on January 30, 2017, 03:29:20 PM
*

MB Themes

Re: Search by location seeking first 3 letters
« Reply #1 on: January 30, 2017, 02:55:35 PM »
@Plamen
In file:
oc-content/themes/veronika/contact.php

Find all occurences of:
Code: [Select]
"' . $term . '%"
and change it to:
Code: [Select]
"%' . $term . '%"
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Search by location seeking first 3 letters
« Reply #2 on: January 30, 2017, 03:29:35 PM »
Thank you!

*

MB Themes

Re: Search by location seeking first 3 letters
« Reply #3 on: January 30, 2017, 05:43:30 PM »
Welcome ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots