Closed (fixed)
Project:
Synonyms
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 Dec 2016 at 12:17 UTC
Updated:
2 Mar 2021 at 16:16 UTC
Jump to comment: Most recent
Comments
Comment #2
cilefen commentedYou ask in the synonyms module queue.
Comment #3
bucefal91 commentedhello!
You should be able to have it done with synonyms friendly exposed views filter.
Do a relationship from your node to your taxonomy term and then add a "Synonyms of [your-vocabulary]" exposed filter.
Comment #4
huma2000 commentedSame here,seems that I cannot use it in the same way than the 7.x version, cannot select my synonyms field when configuring the relationship. Any help?
Thanks
Comment #5
bucefal91 commentedGuys, I am afraid I will need more info from you in order to be able to help you in any way. Give me the detailed specs of your view and what you're trying to achieve.
Comment #6
huma2000 commentedOk, the plan is building a taxonomy with the different medications used in a practice with the synonyms. this are the steps I did:
-Installed synonyms module
-Create a taxonomy called Medications
-Create a field called Synonyms
-Go to synonyms configuration page and select my taxonomy
-Click add and search for my synonyms field
-Field is not there, so not sure what to do next.
Thanks
Comment #7
bucefal91 commentedOk, that's much better than your original input :)
What field type is your Synonyms field? You are supposed to go to Admin -> Structure -> Synonyms. On that page you are to choose a row that reads Taxonomy term in Entity Type column and name of your vocabulary (presumably it should be Medications per your description) on the Bundle column. Go to either "select" or "autocomplete" for that row.
On the next page click on "Add synonym configuration" button. Lastly, there you should see "Synonyms provider" dropdown and there should be your Synonyms field. You should end up on URL like
admin/structure/synonyms/taxonomy_term/medications/synonyms.behavior.select/addor something similar.Comment #8
huma2000 commentedThat's what I was expecting, but my field was not appearing.
I fond that I need to clean the cache before the module detect the new fields.
Thanks for the help!
Comment #9
rar9 commentedI want to have different Synonyms for the same taxonomy the the user can later Search for.
Eg.
Original Taxonomy Term like "Computer"
- Synonym 1 like "PC"
- Synonym 2 like "Laptop"
- Synonym 3 like "Minicomputer"
- Synonym 4 like "Mainframe"
How would I do this with this module?
Under Drupal 6 I had a simple text box where I added the required Synonym in each line.
The User could then also search for the Synonym and gets show the right Original Taxonomy Term
Comment #10
bucefal91 commented@Rar9, yes, the only problem is that search integration is not yet implemented in Synonyms 8.x. You can file a separate feature request for your issue and I'll try to implement it when I have time.
Comment #11
bucefal91 commentedI am marking this issue as fixed for absence of activity.
Comment #13
devad commentedA new official Synonyms guide at Drupal.org can help.