`/admin/customize/permalinks` solo muestra ~100 permalinks

You can do that with Data Explorer and a simple SQL query. :slight_smile:

SELECT *
FROM permalinks
WHERE url LIKE '%node/70%'

3 Me gusta