By germanjose on
Is there any way to perform a partial word search in Drupal.
I have been looking around all the drupal site and I haven't found a way to do this.
I really need this to get my site going.
I need the ability to perform a search of part of a word (drup) and get the nodes that contain the word (drupal) that marches the partial word (drup).
Comments
I am also interested in ...
... that feature.
yes you can do that Go to
yes you can do that
Go to Administer >> Site Configuration >> search settings
good luck
But how?
Thanks Erika, but I don't understand how. I looked in Administer > Site configuration > Search settings, but the only setting that comes close is the "Minimum word length to index". This still does not allow me to do partial word search so when I search for "welcom" the search still won't return hits for "welcome". Any further help greatly appreciated...
same issue here now...
Yes Olle...
sorry for the late response...
I also did the same kind of search as you told...Now I also need help...I typed "welco" but the search result didint hit for "welcome"...
any help would be appreciated...
If you are successful pl post how did you achieve it...
Doesn't work for me
Hi,
I'd appreciate some clarification on this issue.
I want to search small strings and parts of words, so I set 'Minimum word length to be indexed; to 1.
However, if I search for part of an IP address in a content type (e.g. type in 127) I get no results. I must type in the entire IP address (e.g. 127.0.0.1) in order to get a search result.
Thanks in advance,
I also need this
Hell,
Also, I want to ask if is any way or module to enable the search partial keyword. I Have a database of telephone numbers and I want to search witch one begins with ... 000 for example... and the search return nothing! Please help us!
http://drupal.org/search/node
http://drupal.org/search/node/partial+search
===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz
Huh? no results found. Any
Huh? no results found. Any answers to this? Seems pretty important
I'm having a hard time not
I'm having a hard time not flaming out on this commnet. Just don't hit submit next time you feel that superiority complex coming on
Search full word is working and Partial word not working
Please User "Fuzzy Search" module
Link : http://drupal.org/project/fuzzysearch
Partial Word Search Still needed - Drupal 7
I am desperately in need of a partial word search option for Drupal 7. I am not code savvy. Installed the dev version of fuzzy search - BAD IDEA. It broke the site. Had to uninstall and do a rollback to previously backed-up version.
Any idea when a stable fuzzy search or other partial word search module will be ready? Any coders out there who want to build one?
Drupal 7 & views support (hacks)
For a drupal 7 version of this see - #498752-19: Partial word search for Drupal 7
And for support for the search filter and argument in views also see #1480594-5: Filter Search Terms partial matching
There's a quick way to do this, yes
Actually there's a quick way to set this up with the Search API and the Search API Database Search modules. No need for Solr.
(admin/config/search/search_api)
The last step is to create search results page and search block in Views, which only takes a few minutes.
You'll notice that these fields look like this Indexed Node: Title
You're done!
There's an excellent video tutorial on this partial search method without Solr, which also incorporates faceted search (which is not necessary for partial search, but in case you're interested…). If you're only looking for a partial search option, you can watch the video until 5:08 and after that skip to 6:45.
Great Tutorial!!
knalstaaf thank you for this..... nice clear instructions and works a treat. One thing I can't figure out is how to get the highlight filter to work in the 'The main body text » Text' that was added in the Related fields section. It works no worries in the Title fields, but the Strong tags are just not being added to the body field in the view. any ideas? am i missing something? or is it just not possible?
thanks again!
.
I couldn't make the highlighting work either, it's probably only supported for solr.
haha
Okay... no worries.... glad its not just me.... I can live with this. thanks again.
jQuery
There's probably a jQuery workaround for this (which compares the value of the search field with its appearance in the results).
@knalstaaf
@knalstaaf
Thanks, nice tutorial!
This solved my issue. Thanks
This solved my issue. Thanks for clear instructions