I have a umbraco version 7.2.4, the search works fine least one thing. Whe i try to search enter nodename, no results found, but when i try to search text in bodytext search works fine.
I think I answers one of your questions. You need to specify, which fields it should look at when you're doing your search and, which it should use to display the search results.
In the code blow you can see that I see in fields header, header1, header2 and so on, the last field I search in is nodeName, and this is the name of the page
The ezSeach documentation can you find here https://our.umbraco.org/FileDownload?id=7816, I am not sure that you can search in two root content nodes, but maybe you can find something about this in the documentation that I linked to above.
Thanks Dennis. I've fixed the problem, do not know why I was not looking for nodename, the macro was fine. I restarted the application and it works properly.
Search in nodename / @Name
I have a umbraco version 7.2.4, the search works fine least one thing. Whe i try to search enter nodename, no results found, but when i try to search text in bodytext search works fine.
¿How I can search by @Name?
Another question:
Is it possible search in two root content node?
Thanks!
Hi Mario,
I think I answers one of your questions. You need to specify, which fields it should look at when you're doing your search and, which it should use to display the search results.
In the code blow you can see that I see in fields header, header1, header2 and so on, the last field I search in is nodeName, and this is the name of the page
The ezSeach documentation can you find here https://our.umbraco.org/FileDownload?id=7816, I am not sure that you can search in two root content nodes, but maybe you can find something about this in the documentation that I linked to above.
Hope this helps,
/Dennis
Thanks Dennis. I've fixed the problem, do not know why I was not looking for nodename, the macro was fine. I restarted the application and it works properly.
is working on a reply...